.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:250,219,233;--color-primary-1:241,201,221;--color-primary-2:234,82,151;--color-primary-3:140,49,91;--color-primary-4:47,16,30;--color-secondary-0:224,229,238;--color-secondary-1:151,168,199;--color-secondary-2:46,80,142;--color-secondary-3:23,40,71;--color-secondary-4:7,12,21;--color-tertiary-0:224,229,238;--color-tertiary-1:151,168,199;--color-tertiary-2:46,80,142;--color-tertiary-3:23,40,71;--color-tertiary-4:7,12,21;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Montserrat"; }@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); }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx { border-top:0rem solid #ee3162;border-left:0rem solid #ee3162;border-right:0rem solid #ee3162;border-bottom:0.25rem solid #f4fafa;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row .container { background-color: transparent; background-image: none; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row .container > .video-iframe-container { display: none; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row > .video-iframe-container { display: none; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .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); }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row .container { border-width: 0; border-radius: 0; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#i81Wff32RJZSW8ir0wrS250ErXRhT3Nz { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:59.375rem;display:block; }
#Ty7y58UdFmTXL9Se8Rs3cFFTGnUS5OBa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KvhIaOwubUnfqzXIeEbOO2VoGcHa0Czw { color:rgba(var(--color-tertiary-2),1);display:block;width:56.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5625rem;left:0rem;height:2.03125rem;font-style:normal;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2fe20315-b3f9-4bec-90a8-2e142c5ccaa8/16.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.25); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:52.875rem;width:75rem;overflow:visible;position:relative;display:block; }#JRZI1H531nDN7DHLaJHvhDkTAnDTGglS { color:#ffffff;display:block;width:54.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:9.625rem;left:0rem;height:21.875rem;font-style:normal;display:block; }
#WfVwpX6TNbFTfwZ9yfPutnCXpiEfRZte { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);top:32.7001953125rem;left:0rem;height:2.923825rem;font-style:normal;display:block; }
#FMTf9TwmlTl1qB23N7NBnKeMXhhDtSEC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:38.8125rem;left:0rem;display:block; }
#Klg8s8E0alb8e92qRu7G28MonUwLV8JN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BqDEedTuqLgXNteOoMizNcBseUvlffNO { box-sizing:content-box;height:6rem;width:12.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:34.875rem;left:58.375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#D0cfeoPUlbBKC6WCVn1anaMsXaZ64Vls { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:35.5625rem;left:59.46875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z73hWkdwDPzbM4FKMK5Oky8ILbzVWfbe { color:#ffffff;display:block;width:14.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:36.625rem;left:59.625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XMB1vVWzq0PyMpxvCx5hNAWOro1uuZJZ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-secondary-2),1);border-left:0.125rem solid rgba(var(--color-secondary-2),1);border-right:0.125rem solid rgba(var(--color-secondary-2),1);border-bottom:0.125rem solid rgba(var(--color-secondary-2),1);border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:18.75rem;height:3.75rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.875rem;left:3.125rem;display:block; }
#nWRb2eQsoeI1Jt366WANTONOnoo2w0Mu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RBugcuwHNOusu480dsZAwvTlB881A3s0 { position:absolute;display:block;z-index:14998;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:15.1875rem;width:27.0625rem;top:35.5rem;left:45.1875rem;overflow:hidden;display:block; }
#yX3aWxBGX6CMmsOBzTXTytI7UTLcvUaO { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.7;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:37.4609375rem;left:65.625rem;height:3.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;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; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container { background-color: transparent; background-image: none; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container > .video-iframe-container { display: none; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row > .video-iframe-container { display: none; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .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); }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container { border-width: 0; border-radius: 0; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container { font-size:0.875rem;font-family:arial;height:34.5625rem;width:75rem;position:relative;display:block; }#Rtw8nzkw4S3lACOMKeZ8c560waG69Wx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:9.8125rem;left:4.5rem;height:5.19921875rem;font-style:normal;display:block; }
#TTX82qNOEGMi2uEu78XgrkRiSZHtrZnD { position:absolute;display:block;z-index:15016;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:4.5rem;width:4.5rem;top:6.3125rem;left:0rem;overflow:hidden;display:block; }
#OtIX4y22v5sPtLTS8Khl0FbbTLaOuuPH { color:rgba(var(--color-tertiary-2),1);display:block;width:18rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:6.4375rem;left:4.5rem;height:2.75rem;font-style:normal;display:block; }
#pCKCuSO6yF7GoTg23a88NlxfzTeIJEhD { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:6.3125rem;left:25rem;overflow:hidden;display:block; }
#Xbf5cdv9033Ul22RpJ5LKy7hma889OCB { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:6.3125rem;left:50rem;overflow:hidden;display:block; }
#rZMnpUlWcZLbvWzSEndUIPScwopFWfCQ { color:rgba(var(--color-tertiary-2),1);display:block;width:17.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:9.75rem;left:30.125rem;height:5.19921875rem;font-style:normal;display:block; }
#UWocqAMDOvTgZwEdytspDz2WZGeG2Rw6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.375rem;left:30.125rem;height:2.75rem;font-style:normal;display:block; }
#v0m2pBsXJyxUxzmOx5FX3E3KCSRSRBPJ { 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:400;z-index:15008;line-height:1.3;letter-spacing:0;top:9.875rem;left:55.0625rem;height:5.19921875rem;font-style:normal;display:block; }
#dPvSa04EPqMQOxZmmmWtHsVVA0x3T23O { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:6.5rem;left:55.0625rem;height:2.75rem;font-style:normal;display:block; }
#A1bG2vsslfk5wl6vokXrgSb4U7lK9MgC { color:rgba(var(--color-tertiary-2),1);display:block;width:16.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.9375rem;left:30.75rem;height:5.19921875rem;font-style:normal;display:block; }
#Fg7p4dT5l4VhAEkrVkGgGcOJyg81pph3 { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:19.5625rem;left:30.75rem;height:2.75rem;font-style:normal;display:block; }
#uJugxtgdUzGdb2xaTvBfx97NTdPuUsKh { color:rgba(var(--color-tertiary-2),1);display:block;width:18.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:22.875rem;left:55.6875rem;height:5.19921875rem;font-style:normal;display:block; }
#IKAZsusr3NTQWyweDmfRWBvaocuT4itF { color:rgba(var(--color-tertiary-2),1);display:block;width:14.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:19.5rem;left:55.6875rem;height:2.75rem;font-style:normal;display:block; }
#FPGg5cbR98oPtIDzR7KiSn1x232DyUZX { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:4.5rem;top:19rem;left:50rem;overflow:hidden;display:block; }
#xV4xHKgBe32LrJG0t5VD2WSeq9WSTLmO { position:absolute;display:block;z-index:15031;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:4.5rem;width:4.5rem;top:19rem;left:25rem;overflow:hidden;display:block; }
#fyubnoKlal39QT37h94BcXfxP2g2CgZX { color:rgba(var(--color-tertiary-2),1);display:block;width:18.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:23rem;left:5.5625rem;height:5.19921875rem;font-style:normal;display:block; }
#yfTQtdePRkbnD4VMGmISv4TpVALe2znb { position:absolute;display:block;z-index:15025;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:4.5rem;width:4.5rem;top:19rem;left:0rem;overflow:hidden;display:block; }
#CpUXnDrHPBKIWo898sfuWeoVJtUddAz8 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1;letter-spacing:0;top:19.625rem;left:5.5625rem;height:2.75rem;font-style:normal;display:block; }
#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { position:relative;display:block; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { background-color: transparent; background-image: none; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container > .video-iframe-container { display: none; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row > .video-iframe-container { display: none; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .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); }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { border-width: 0; border-radius: 0; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Th4kktvVSv7Qkn68VWMH3vBctICdqdTE { color:rgba(var(--color-tertiary-2),1);display:block;width:35.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:18.646484375rem;left:35.75rem;height:16.08104375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoNsiTEzD1s5R8xH1x9pv23WaZdJVuVu { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.6875rem;left:25rem;display:block; }
#D0rxBO5d30APJZOwUPtTfIUtozTLg9ew { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNkbHdZTiFbrXsFW0PMRWnndFT6VHRAh { position:absolute;display:block;z-index:14999;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.125rem;width:37.6875rem;top:16.125rem;left:0.4375rem;overflow:hidden;display:block; }
#tXZ0WPU5I0RU59uiLxC2pCLUTebSMWKO { color:rgba(var(--color-tertiary-2),1);display:block;width:70.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:5.25rem;left:2.0625rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;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; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { background-color: transparent; background-image: none; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container > .video-iframe-container { display: none; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row > .video-iframe-container { display: none; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .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); }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { border-width: 0; border-radius: 0; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { font-size:0.875rem;font-family:arial;height:44.875rem;width:75rem;position:relative;display:block; }#pdyP9Fq60KQ6x08Lx1JbATCvX1aA4l64 { color:#ffffff;display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:5.625rem;left:0rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BQVkpL7p5bMcFbZZlo8nGS9XTTCFLBEZ { box-sizing:content-box;height:7.0625rem;width:39.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GRbfAQQUN8VmeDkt0EUFiKTB46gJnkTm { 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:34.6875rem;width:34.6875rem;top:4.625rem;left:40.3125rem;overflow:hidden;display:block; }
#g3J314OcUxBhoTz3rL7hHHSLbczIn3kK { color:rgba(var(--color-primary-2),1);display:block;width:20.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:21.5rem;left:0rem;height:1.4624rem;font-style:normal;overflow:hidden;display:block; }#g3J314OcUxBhoTz3rL7hHHSLbczIn3kK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g3J314OcUxBhoTz3rL7hHHSLbczIn3kK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fdf5cce9-5b0e-4b55-904f-3af5e7cb6796/62.png); }
#TJfvtmZ1TiHAT2U00F2kxCoxPTVnTeSN { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:0rem;height:5.84765625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#oCHpIqoASmxAZT6EHDzhhnTexAIJc2cy { box-sizing:content-box;height:2.6875rem;width:6rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#p3zGiFTnygbI1EMIVXQ48n1vJp19eTbT { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.1875rem;left:0.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qiDMVX2Lsqt550yKtooTeBdiV3XIq5nd { box-sizing:content-box;height:2.6875rem;width:6rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.5625rem;left:7.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OGFV0Por0dxOF0UE6v9yGia1EKVkahfh { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:24.1875rem;left:7.4375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C1qv6JMCKkGF3Z1VoUIE9D4pXo1wFLSf { box-sizing:content-box;height:2.6875rem;width:6rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.5625rem;left:14.25rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#f581JoUJLcIAkTcgtWBEZDtylNQvr07p { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:24.1875rem;left:14.5rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GLhuhH1xnIaR6Rmv9wHSolRRTnuR4Rfv { box-sizing:content-box;height:2.6875rem;width:6.1875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.5625rem;left:35.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#zgDETpuXFeATScMQp6Gt3PVqiR2sSeTX { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:24.1875rem;left:35.625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TUhgTX4PW726KKhkwZ36l4n0UlMsbDJ9 { box-sizing:content-box;height:2.6875rem;width:10.9375rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),1);background-image:none;top:23.5625rem;left:23.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#i0CFcDRHTTdGG0S1Tb5GQmmzQFNzC4FB { color:#ffffff;display:block;width:9.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:24.1875rem;left:24.125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IB36KlMxQfleUvTRJlIPMEyELKWVu3KC { color:rgba(var(--color-primary-2),1);display:block;width:16.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15051;line-height:1.3;letter-spacing:0;top:21.5rem;left:23.5625rem;height:1.4624rem;font-style:normal;overflow:hidden;display:block; }#IB36KlMxQfleUvTRJlIPMEyELKWVu3KC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IB36KlMxQfleUvTRJlIPMEyELKWVu3KC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/063a4748-5538-4730-b9ff-e25b45e95731/65.png); }
#F39zXO2AI54QygmZcULM9gCUzhVpFZDb { box-sizing:content-box;height:3.9375rem;width:9.3125rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.75rem;left:12.125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#MEvC74t4AVC93CdwCIpi1cx9NeEVVXI9 { box-sizing:content-box;height:3.9375rem;width:11.25rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.75rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#klW2U2M4wFDcSttrkGuRwVXrE8EkCmcU { color:#ffffff;display:block;width:9.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:31.375rem;left:12.1875rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#znSXapc4RzF36C9fA6Lx1TKKR3TXtDoS { color:#ffffff;display:block;width:11.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:31.25rem;left:0.0625rem;height:2.9248rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp { color:rgba(var(--color-primary-2),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:28.75rem;left:0rem;height:1.4624rem;font-style:normal;overflow:hidden;display:block; }#rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/01d6fbc5-d18c-42ba-8dd0-008d16db642a/66.png); }
#eyBR7ow8Vdsxl4SLJTLuEyW02bMUVcy9 { box-sizing:content-box;height:2.6875rem;width:7.875rem;position:absolute;display:block;z-index:15017;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.75rem;left:25.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#isybTZTbWSGkzrIF6xkdsJoMd0LqTb2z { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:31.375rem;left:25.3125rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aKBKAIfEhvLceugmq6f97tEbH47eAAlm { color:rgba(var(--color-primary-2),1);display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:28.75rem;left:23.5625rem;height:1.4624rem;font-style:normal;overflow:hidden;display:block; }#aKBKAIfEhvLceugmq6f97tEbH47eAAlm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aKBKAIfEhvLceugmq6f97tEbH47eAAlm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/165b4f3b-e717-439c-b2ef-6b888de76bde/67.png); }
#KFFoXQKG7SpPgM9G2bc0IHtFde2zFGlu { box-sizing:content-box;height:2.6875rem;width:7.875rem;position:absolute;display:block;z-index:15019;background-color:rgba(var(--color-primary-2),1);background-image:none;top:30.75rem;left:34.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#ut1aoq0vbpKGAToZMfDAfDzZOuZ183cl { color:#ffffff;display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:31.375rem;left:34.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SRVJ7LQzfZdrDz8XhyoLwJ0Mm7vAWeBR { color:rgba(var(--color-tertiary-2),1);display:block;width:40.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:37.9375rem;left:0rem;height:1.4624rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI { position:relative;display:block; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI { background-color: transparent; background-image: none; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row .container > .video-iframe-container { display: none; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row > .video-iframe-container { display: none; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .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); }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI { border-width: 0; border-radius: 0; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:74.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bObTBKASC0dTvTVL1MIBLDZrbw5Tvd4W { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:63.5625rem;left:25rem;display:block; }
#P57CR9shgot3vgW2KQtp62HwTUwpTyTR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dHpbMxPsPmKdSBQblLxrk242DThNPayv { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.6875rem;width:18.75rem;top:11.6875rem;left:3.125rem;overflow:hidden;display:block; }
#qtaKL9he4BQuAxWWEiF9m8HscwfFnXaX { position:absolute;display:block;z-index:15006;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;height:4.75rem;width:18rem;top:3.5625rem;left:28.5rem;overflow:hidden;display:block; }
#w7IK3MJF9kTibghsmdzcTsm340oo4XKO { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:30.8125rem;width:18.75rem;top:11.6875rem;left:28.125rem;overflow:hidden;display:block; }
#bEMtzgvC8JSfwuTLkcTdVCOsMZx7L7Tt { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:24.8125rem;width:18.75rem;top:11.625rem;left:53.125rem;overflow:hidden;display:block; }
#UUNheUfkgLCnAcI2N5JqRdiOADzRuvtM { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:21.4375rem;width:21.875rem;top:38.9375rem;left:1.5625rem;overflow:hidden;display:block; }
#ADhldzKPu6pKaToCai0pmC1iPw9adxGs { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:10.3125rem;width:20.625rem;top:45.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#KvZlvEvqTU4A6vD710XuS1C2TaTMooxJ { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:20.5625rem;width:21.875rem;top:38.9375rem;left:51.5625rem;overflow:hidden;display:block; }
#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { position:relative;display:block; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { background-color: transparent; background-image: none; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container > .video-iframe-container { display: none; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row > .video-iframe-container { display: none; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .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); }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { border-width: 0; border-radius: 0; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:34.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Cu2XqhLXPqUpceu2vTyMvHt69PWelkfm { color:#f4fafa;display:block;width:40.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:5.375rem;left:0rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qZRwp6PEOaP7c4SJifUifh4izXatiBWx { box-sizing:content-box;height:34.3125rem;width:75rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#GZxmx0ebdDwnbw4DwLbU5B8kgDAe0EUu { position:absolute;display:block;z-index:15007;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;height:29.5625rem;width:29.5625rem;top:2.375rem;left:41.5625rem;overflow:hidden;display:block; }
#LDFCh6HfhaodJgULK5zgi8nV7FvsT5O6 { color:#f4fafa;display:block;width:33.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:14.4375rem;left:3.5rem;height:14.61913125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { position:relative;display:block; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { background-color: transparent; background-image: none; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container > .video-iframe-container { display: none; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row > .video-iframe-container { display: none; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .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); }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { border-width: 0; border-radius: 0; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:105.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#VQ3Cev3RvMx2fS9Txhv20V1e3pgcFTs7 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:95.375rem;left:25rem;display:block; }
#UL4ad6CQScBgZ8EvpaNdPlgzurrsT3fa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GT3LHwS5fCZiH10HFkeG48dH2khtShLu { color:rgba(var(--color-tertiary-2),1);display:block;width:73.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:89.3125rem;left:0.78125rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URTGSBTnzWiT2dUBcNagXW2ltVIgsTkp { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:56.625rem;left:38.9375rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fGNWWnchwwHblzZxBmbaKA1sNFoderJQ { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:80.5625rem;left:26.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFE5yeUtHBLKUtuUhDn0xshaB1WNSvSt { color:rgba(var(--color-primary-2),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15053;line-height:1.1;letter-spacing:0;top:52.3125rem;left:40.1875rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTeH2IR1oAW3D0QcxOVN5KxJp9s9n5TU { color:rgba(var(--color-primary-2),1);display:block;width:18.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15050;line-height:1.1;letter-spacing:0;top:76.25rem;left:28.3125rem;height:3.7109375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nS9u7i1eZ80xSR4SGoLxagv1ex5OIO3I { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:56.625rem;left:14.0625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKa6rR4dPzXqAyRnBqBeIteFfTw17C0g { color:rgba(var(--color-primary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:52.31201171875rem;left:13.40625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qSxuNGkrGmE8WBKz4ZJ7CaEfM9cMHfbR { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:33.375rem;left:1.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oTLW9AuRiywnUEsgdpwlIWwTvRkzPaFP { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:33.375rem;left:26.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#a1tlgidQx8lRLJnaQlXmi3toJzbTa1qd { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:33.375rem;left:51.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T1H1zt1rF9u6swF7sfeGr4OdCKogXcBN { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:80.5625rem;left:51.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mSyaTSCqoUhwLLI4gJZ5GSba8uoDuu3V { position:absolute;display:block;z-index:15055;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:9.375rem;top:18.625rem;left:7.8125rem;overflow:hidden;display:block; }
#HdOfBC1yCJUH6WIQMLB7iT9TpWRzs73p { color:rgba(var(--color-primary-2),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:29.1875rem;left:28.3125rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvePtSuw8BFC8D3wtyFTWHsMxm9BfSxN { color:rgba(var(--color-primary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.1;letter-spacing:0;top:29.1875rem;left:1.5625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKSwFmbhKthsSBvt0r70SMBI6zRPVEtT { color:rgba(var(--color-primary-2),1);display:block;width:19.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15038;line-height:1.1;letter-spacing:0;top:29.1875rem;left:52.625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHcuhFcRQXfToK6kx1HbpVlVp8co7e6A { color:rgba(var(--color-primary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:76.25rem;left:54rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aLhqPzTWCz6qU4Dth5Dhu4FRzexP4aRO { color:rgba(var(--color-tertiary-2),1);display:block;width:55.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:7.4375rem;left:9.90625rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAMc1BKRJ4EkeGJDT8Z2CZfo0Fdep7gA { color:rgba(var(--color-tertiary-2),1);display:block;width:70.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:14.375rem;left:2.1875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsHGZN0g5gm4sVwxkWL0QPAi7sFGkqvw { color:rgba(var(--color-primary-2),1);display:block;width:20.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15035;line-height:1.1;letter-spacing:0;top:76.4375rem;left:2.0625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#V1TtfXkxtAPn8dwy5y8pbbJk8gBKemwC { color:rgba(var(--color-tertiary-2),1);display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:80.4375rem;left:1.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lqeKWI695JraseyX3QLHfJSf6KQOHitT { position:absolute;display:block;z-index:15056;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:9.375rem;top:18.625rem;left:32.8125rem;overflow:hidden;display:block; }
#dSQt9UtR8tL4UL9aWGkLmW2hSTn6N65y { position:absolute;display:block;z-index:15057;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:9.375rem;top:18.625rem;left:57.8125rem;overflow:hidden;display:block; }
#yUgykRF8F4AkO8dNEVPfQkdxd74TVRDf { position:absolute;display:block;z-index:15057;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:9.375rem;top:41.5625rem;left:20.3125rem;overflow:hidden;display:block; }
#BVZh8NpJeBWImxfNmqSddzXIrBZQnJCI { position:absolute;display:block;z-index:15058;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:9.375rem;top:65.5rem;left:57.75rem;overflow:hidden;display:block; }
#fs8PD38rzh1dadloir7FXyuR0oToAOfL { position:absolute;display:block;z-index:15058;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:9.375rem;top:65.75rem;left:7.8125rem;overflow:hidden;display:block; }
#g02UmdTTWSTQerNsnKR152VKq7EnFMcL { position:absolute;display:block;z-index:15059;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:9.375rem;top:65.75rem;left:32.8125rem;overflow:hidden;display:block; }
#yvg0544aeqgA7LOBawTb4aGwMHAHpClz { position:absolute;display:block;z-index:15060;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:9.375rem;top:41.25rem;left:45.1875rem;overflow:hidden;display:block; }
#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;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; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { background-color: transparent; background-image: none; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container > .video-iframe-container { display: none; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row > .video-iframe-container { display: none; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .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); }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { border-width: 0; border-radius: 0; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:75rem;position:relative;display:block; }#dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { color:rgba(var(--color-primary-2),1);display:block;width:69.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:36.1875rem;left:2.96875rem;height:8.097625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { color:rgba(var(--color-tertiary-2),1);display:block;width:70.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15031;line-height:1.3;letter-spacing:0;top:14.4375rem;left:2.21875rem;height:19.00489375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#z5TKxCV1vmUoWhdKcRiq2KSEVy0rSkRZ { color:#ffffff;display:block;width:62rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:5.4375rem;left:6.5rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e0JlbTMZaJxrVlNFKgT93mpJndEr76T5 { box-sizing:content-box;height:7.125rem;width:62.125rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:4.875rem;left:6.4375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#pdTXso3HkRBc9mBT9sIiedapd2XrqTco { position:relative;display:block; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco { background-color: transparent; background-image: none; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row .container > .video-iframe-container { display: none; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row > .video-iframe-container { display: none; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .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); }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco { border-width: 0; border-radius: 0; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:37.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Wwnyxda8PqBVwlX4qhlilGo4qDwZ9vkB { color:rgba(var(--color-tertiary-2),1);display:block;width:68.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15049;line-height:1.2;letter-spacing:0;top:27.8125rem;left:3.375rem;height:6.07324375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yyFBqByTPNx7UfxLHzxM2zneT0wlP9WI { color:rgba(var(--color-tertiary-2),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15036;line-height:1.2;letter-spacing:0;top:3.9375rem;left:58.375rem;height:2.3994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nwoKFu14tNPiolKdJsPlleLP90geqCBd { 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:6.25rem;width:6.25rem;top:6.8125rem;left:55.75rem;overflow:hidden;display:block; }
#vyush4Bl1nMaTIiDy27uOLZdsTgDcUtv { color:rgba(var(--color-primary-2),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15038;line-height:1.2;letter-spacing:0;top:4.1875rem;left:3.375rem;height:4.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#oJE5Q9RTXNZ7U20BgSeIbsb4OTSQGd2l { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:9.4375rem;left:10.6875rem;overflow:hidden;display:block; }
#LnKzMkTNxhAEGk1sZTvqO7DeAIVDlG2k { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:60rem;left:61.3125rem;overflow:hidden;display:none; }
#Ta32KrrXXvQdNnTM99uWhVePSfJ1rUug { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.875rem;width:21.125rem;top:11.6875rem;left:3.3125rem;overflow:hidden;display:block; }
#OF2emTgRZ0G6h8LsACVUi26ZMV2OAaQ3 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.8125rem;width:21.125rem;top:11.6875rem;left:26.9375rem;overflow:hidden;display:block; }
#gpn16U1AkTdi9QgmOl8nV43HWDiI5cSU { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:11.8125rem;width:21.125rem;top:11.6875rem;left:50.5625rem;overflow:hidden;display:block; }
#myD152WTtGfPdIrSNZAkymAacbAWewEI { box-sizing:content-box;height:2.6875rem;width:6rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.1875rem;left:11rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#VQqkUoRltxeOVaEK45zhcTzh6WSiyrwU { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:22.8125rem;left:11.25rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QFoTDw0bB9TAJbkSk2rtrrhHrXvhGxk2 { box-sizing:content-box;height:2.6875rem;width:6rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.1875rem;left:34.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#W7Et0xfoIHSDETThNMTkKl5qBt7QGDfb { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:22.8125rem;left:34.75rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hnct58zIZSfnlHxgM42RsrIodF3dXwgd { box-sizing:content-box;height:2.6875rem;width:6rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.1875rem;left:58.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#HFub1HLmdDWw0BNVSMU14HqhwXG5EXQc { color:#ffffff;display:block;width:5.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:22.8125rem;left:59.0625rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdHUyiUww3174EwiAwXhxcTDeas0WdTo { position:relative;display:block; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo { background-color: transparent; background-image: none; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row .container > .video-iframe-container { display: none; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row > .video-iframe-container { display: none; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .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); }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo { border-width: 0; border-radius: 0; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#bUvJi6kUpfblsr9E6e60NwxgzzytmPXO { box-sizing:content-box;height:36.25rem;width:18.125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),0.8);background-image:none;top:0rem;left:0.3125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Q1H8VC3M3z8WoiooAgv3woim8Fxakznl { box-sizing:content-box;height:36.25rem;width:18.125rem;position:absolute;display:block;z-index:15023;background-color:rgba(var(--color-primary-2),1);background-image:none;top:0rem;left:19.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#yqdIpwwe8fWGLF068xJmz8eGdM5ugmSD { box-sizing:content-box;height:36.25rem;width:18.125rem;position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:56.5625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#Iwo7ImhrMe1T5aSERe8QNcEVtMX90w56 { box-sizing:content-box;height:36.25rem;width:18.125rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-secondary-2),0.8);background-image:none;top:0rem;left:37.8125rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#SGhQl5HT4A1eWRE4x6lBiJ1KV0en87mm { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15037;line-height:1.2;letter-spacing:0;top:27.6875rem;left:0.3125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uH540iB4BDFGZ0xMfxATWxukNIuK54Vg { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15045;line-height:1.2;letter-spacing:0;top:27.75rem;left:19.0625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpsGzMnTa31LCrGUN0GGgMTD8SvAWWSZ { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15053;line-height:1.2;letter-spacing:0;top:27.75rem;left:56.5625rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T9fIUu63gs5wJWyE7iZft9nFabAVfGey { color:#ffffff;display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15061;line-height:1.2;letter-spacing:0;top:27.75rem;left:37.8125rem;height:1.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IS8EWMtW99OfbRBAgwPClRghO0KIbv11 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15045;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:25.4375rem;left:0.3125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DT54TfQbLiOkyAtZSvnC1gg0R3ghIq8M { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15053;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:25.5rem;left:19.0625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HbCJA8sqgN487rHi9HCBO48qsGc6H5ad { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15061;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:25.5rem;left:56.5625rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#o7IrFbwklf4QaQMIMDTP7ChWmvu2tsoB { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15069;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:25.5rem;left:37.8125rem;height:2.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Qw8tmK9C2TTotsgGAIRUSk6Vf5FbhHd4 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:9.3125rem;left:1.625rem;height:14.8730625rem;font-style:normal;display:block; }#Qw8tmK9C2TTotsgGAIRUSk6Vf5FbhHd4 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Qw8tmK9C2TTotsgGAIRUSk6Vf5FbhHd4 li:before{  }
#XNW9u5GqNtW8RKStPZIBWhH7xrcRDgTN { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.3;letter-spacing:0;top:9.3125rem;left:20.375rem;height:14.8730625rem;font-style:normal;display:block; }#XNW9u5GqNtW8RKStPZIBWhH7xrcRDgTN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XNW9u5GqNtW8RKStPZIBWhH7xrcRDgTN li:before{  }
#wcFXZHuEzS5tA40FtxNfeen4XLIFK5Zw { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:9.3125rem;left:57.875rem;height:14.8730625rem;font-style:normal;display:block; }#wcFXZHuEzS5tA40FtxNfeen4XLIFK5Zw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wcFXZHuEzS5tA40FtxNfeen4XLIFK5Zw li:before{  }
#RhJZwDzCaw1whdMVc6vO8s1MySG0EDVL { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15070;line-height:1.3;letter-spacing:0;top:9.3125rem;left:39.125rem;height:;font-style:normal;display:block; }#RhJZwDzCaw1whdMVc6vO8s1MySG0EDVL li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#RhJZwDzCaw1whdMVc6vO8s1MySG0EDVL li:before{  }
#qRvhdnCWswnc2CgnFy14pMAxGCN7xnUw { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15042;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:6.5rem;left:0.25rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KfirQSN5OPnhfIPrm6NveWUE9fKv9cJ3 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:licorice;font-size:2.5rem;font-weight:400;z-index:15051;line-height:.9;letter-spacing:0;top:4.25rem;left:2rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GXU4TKdlTwqEfc7qSMzIh5sgnGwFfmH9 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15050;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:6.5rem;left:19rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TmpSsx79GWvTChE67rXude3ntWZbJOat { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:licorice;font-size:2.5rem;font-weight:400;z-index:15059;line-height:.9;letter-spacing:0;top:4.25rem;left:20.75rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fNh9EgEsbZJGnDI0KD9kNekNA81DwteO { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15058;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:6.5rem;left:56.5rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#To3fCbUwkvkczuhbMX3rOy78yIn93352 { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:licorice;font-size:2.5rem;font-weight:400;z-index:15067;line-height:.9;letter-spacing:0;top:4.25rem;left:58.25rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ITEOsu7losNxsAuFMNbykRTCTRH6TLfb { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15066;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.3125rem rgba(0,0,0,0.5);top:6.5rem;left:37.75rem;height:1.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zIyIbuWS7drnfml50FkScbGsdwIkamWQ { color:#ffffff;display:block;width:14.5rem;position:absolute;font-family:licorice;font-size:2.5rem;font-weight:400;z-index:15075;line-height:.9;letter-spacing:0;top:4.25rem;left:39.5rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s3mlBStJtb7E6GBgI8ZRECJm9F3nVNU1 { box-sizing:content-box;height:2.6875rem;width:18.125rem;position:absolute;display:block;z-index:15019;background-color:rgba(244,250,250,0.7);background-image:none;top:0rem;left:0.3125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#IaEal0xtHrtKDDfZ2apvrluRCSWu2Sg3 { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15043;line-height:1.2;letter-spacing:0;top:0.875rem;left:0.375rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O55h1mW1dQnVhyQTPp0q7qrKCOxVsFC3 { box-sizing:content-box;height:2.6875rem;width:18.125rem;position:absolute;display:block;z-index:15027;background-color:rgba(244,250,250,0.7);background-image:none;top:0rem;left:19.0625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#iphFRu03m3FmNrtpvsb84lciCCPTrXmK { color:rgba(var(--color-primary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15051;line-height:1.2;letter-spacing:0;top:0.875rem;left:19.125rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OCOL6pcp0frLVRg7WsTppy8pgLnCdWSN { box-sizing:content-box;height:2.6875rem;width:18.125rem;position:absolute;display:block;z-index:15035;background-color:rgba(244,250,250,0.7);background-image:none;top:0rem;left:56.5625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#maMfHAOODUX9dEepILTCbeHPX7SqSlwR { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15059;line-height:1.2;letter-spacing:0;top:0.875rem;left:56.625rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMhfpWDIfyTVL1qbbspbdp2wABH5IccX { box-sizing:content-box;height:2.6875rem;width:18.125rem;position:absolute;display:block;z-index:15043;background-color:rgba(244,250,250,0.7);background-image:none;top:0rem;left:37.8125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;display:block; }
#Im4rZKWGwEgENzEePU1zSTIBgpTskimR { color:rgba(var(--color-tertiary-2),1);display:block;width:18.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.2;letter-spacing:0;top:0.875rem;left:37.875rem;height:1.3496125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nFbSIWdN3s1D6KVJZtLZA7eXNe21x4nw { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:30.0625rem;left:2.5rem;display:block; }
#XGr9nqXCyuA0zXqsmiLVJeitOmRcAmXE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fBGUIU2GrKIMblrsQieKJ861hV9ep7fS { background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:30.0625rem;left:21.25rem;display:block; }
#yJnF4WZsWZTq6CsOphVvyu6lNfEsONca { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kIhmDuSgNQ9ahoSGDF2DWALTiIavfPQ4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:30.0625rem;left:40rem;display:block; }
#iDEKaFp3unnNJ2TRPc5vrDStodUoMiLi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yGDK6qIskAuDbgkNoaH8D7Iz8Z1uw4ka { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:30.0625rem;left:58.75rem;display:block; }
#lFhvry2RcV4krXMJ3L96A4ebVfCm8wn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bS1p5BdUloqsW4TqxCgpWcGdo3xDqTzP { box-sizing:content-box;height:69.0625rem;width:49.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-0),1);background-image:none;top:42.5625rem;left:12.0625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container { background-color: transparent; background-image: none; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container > .video-iframe-container { display: none; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row > .video-iframe-container { display: none; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .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); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container { border-width: 0; border-radius: 0; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container { font-size:0.875rem;font-family:arial;height:75.25rem;width:75rem;position:relative;display:block; }#IzZKLpPRq7iUyRduXQi9qWDmTKtSdWhx { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:60rem;left:61.3125rem;overflow:hidden;display:none; }
#Hg8ZUWkuxtAEtkTSEu0uXZzbQmTT3skQ { color:rgba(var(--color-primary-2),1);display:block;width:62rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.125rem rgba(0,0,0,0.5);top:3.75rem;left:6.5rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-form-header {  }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-2),1);width:38.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-text { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-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:38.0625rem;box-sizing:border-box;height:2.5625rem;color:rgba(var(--color-secondary-2),0.5);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:italic; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-textarea { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-secondary-2),0.5);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;font-weight:700;font-style:italic; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-select { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-secondary-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:38.0625rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-secondary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden;vertical-align:top;font-weight:700;font-style:italic; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#f2f9ff;width:38.0625rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:italic; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:italic; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:italic; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-2),0.5);font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:italic; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .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.625rem;font-weight:300;color:rgba(var(--color-tertiary-2),1);vertical-align:top;width:36.8125rem;overflow:hidden;font-style:normal; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .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; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-container:first-of-type{padding-top:0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-container:last-of-type{padding-bottom:0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:17.21875rem;top:8.1875rem;z-index:15046;position:absolute; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:38.0625rem;display:block;vertical-align:top; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 {display:block;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:38.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;left:17.21875rem;top:8.1875rem;z-index:15046;position:absolute; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #E1ibBTVpo5dFKuMFcanc3keAPaliCHpD { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #viRitq1Jbq3d0sS3ytXEK0mUk4bBKhV4 { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #erNtEbwT2x7EAwAWTr0QQcTnc1vVB5g5 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #NiLJ4tdXd13lhPt4BLOb0FFa7X9Hlv3b { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #qpJCpI9UUdWmxDCbCWITfCcD9cFeQwtm { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #u2NBrTaZunpGLTc7GvGgEtTtAPgnBBmN { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #HkUuTz7tsQUau2mu7uyb3o9LoheKVZWG { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #VlSkRXH5W85fKF7L2hkz0pi3NCZx53OQ { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #lFLPp4cNHDhWWNHocosN1RdPZSLxKmvo { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #RWBBOD8sVbV0KZCd6zBwTlZ7r5O9VOxF { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #IZh0FIML2p4xPyF44D7ATTaDS0KXDQts { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #GCwxpSfmF9Hx7MR6NGrcxzKBXPL2qXN1 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #mLiOzdxDoxqkppT8hgTyTxBvtSTD3RFd { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #UIbN3mUo3ROeMH4JSyFCHkZcDcBEcC2M { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vvz41uV35uidxgcb9zfthSDGRiU26lH4 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #f3rG3yKkpMr0XwWdGTq2nEh9U0dMXTpl { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #UGPITvQsXGuenH0iJzpgdH87LRmOOuGy { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #hS5aLe6V4sOnTowfV1Lx4NCAqfXhKgQ4 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #JtAu5QcxlnD17vsbtLzocsX3kdThxWRI { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #meLCnvTepiJCeALX67Uyai0uHRpoJSTg { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #rB2sn9HywyuM8ZtDwtNTRkAJa1TDGUv9 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vp0gvTNg8nwZNX3qGfInaX1TCVQmOTXs { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #BumXuxIn6WKa5omwEH4oCSF8hTxepm2e { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #cWDfVbTchTuWJmtNdLdV3R90gTvL4bc7 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #Xq2TMSOX5sMFRHU8B690GDmFwQZrGNAT { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #nAqoOTo4hkaZSwpsTdq1aZW2bnM9JnfM { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #QW4stmduvzcEKfMXLm4pXhpDSIdTAeh2 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #pU5oEiNy9BcyhKBMl4TMldgTq8hhzwD2 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #piU4M5zwEivMrTBXshOWShqGa154CQfG { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #tBPUb1anMPEOKIS4rLHk4MdvTs6xhWZ7 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #NwRcDsTGMEGdk2qJcyOaImJlimTieJia { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #SV7vulTILciApCFcrcTbBvlDmdcdu3Ty { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #xRpcVrazQtZOozlk9qte2BddWChwyZI8 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #yIMGZsh3OnKXFJUJuGfqOu4dhQ1q84pg { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #RBwI0BQ12cZChhn4JDgBIWZ6xysTTFVq { position:relative;z-index:2; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #a5CKeM6cgGNIvQ35vdQXTg27cKKvDRK3 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #wMhos7oPBszTMgePgLSGzWwkh0PkUcLU { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vTT9rXJJ77FLHComd9S2KM88c9FyEtLT { position:relative; }
#HzvgqGRbSXaTUKOZ3cgRQFDGM3AebPgt { color:rgba(var(--color-tertiary-2),1);display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:25.40234375rem;left:63.875rem;height:13.191375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#O18V4fHbgDXe5b1BMos9UHcXvnihaf3T { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:32.28125rem;left:57.1875rem;overflow:hidden;display:block; }
#WWdtN7Q6KhO7Qy3sgpAhw8N85sdRF7xB { color:rgba(var(--color-primary-2),1);display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15042;line-height:1.2;letter-spacing:0;top:12.75rem;left:-0.9375rem;height:3.59765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KS2A6E6ODHCOWMoXSUzcQnnasS6bwTyG { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.25rem;width:6.25rem;top:17.9375rem;left:7.875rem;overflow:hidden;display:block; }
#ixLgXiTHnODPd9o7CZIkpztx0K1g3M9O { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.4375rem;height:3rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:16.875rem;left:0rem;display:block; }
#URFfy0S93R0fGm0tT52TJSfBUsTne08F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#by6r1uyX6tBXbB6QO1Byk5GDhSzIPEnO { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#hPhrWonmB1Ikhk20JNkN0yZJSEdAiq92 { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.5625rem;width:8.5625rem;top:39.29296875rem;left:58.65625rem;overflow:hidden;display:block; }
#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4fafa;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; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { background-color: transparent; background-image: none; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container > .video-iframe-container { display: none; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row > .video-iframe-container { display: none; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .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); }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { border-width: 0; border-radius: 0; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { font-size:0.875rem;font-family:arial;height:55.25rem;width:75rem;position:relative;display:block; }#UTUdX98hxTuu2Ims70cqMW7LMFNhv6PD { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:14.75rem;left:1.5625rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DeUWf0EII2SOdl558htE8VBU1AnLTEwV { color:rgba(var(--color-tertiary-2),1);display:block;width:55.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:5.875rem;left:9.59375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KaTxt5HXwEsiQtphLP8PZanXNbWBgT94 { box-sizing:content-box;height:27.1875rem;width:16.875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:16.125rem;left:0.9375rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#asUykpqxVoUDDQFV1SKBAfdBcOTtomQN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:21.0625rem;left:2.3125rem;height:20.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { box-sizing:content-box;height:27.1875rem;width:16.875rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-1),1);background-image:none;top:16.125rem;left:19.6875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { box-sizing:content-box;height:27.1875rem;width:16.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-1),1);background-image:none;top:16.125rem;left:38.5rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { box-sizing:content-box;height:27.1875rem;width:16.875rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),1);background-image:none;top:16.125rem;left:57.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;box-shadow: none;display:block; }
#G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15031;line-height:1.2;letter-spacing:0;top:14.8125rem;left:20.3125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15032;line-height:1.2;letter-spacing:0;top:14.75rem;left:39.125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { color:rgba(var(--color-primary-2),1);display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15033;line-height:1.2;letter-spacing:0;top:14.75rem;left:57.8125rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { color:rgba(var(--color-tertiary-2),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:21.0625rem;left:20.625rem;height:9.098625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { color:rgba(var(--color-tertiary-2),1);display:block;width:13.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:21.0625rem;left:40.09375rem;height:20.796875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { color:rgba(var(--color-tertiary-2),1);display:block;width:15.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:21.0625rem;left:58rem;height:20.79686875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { color:rgba(var(--color-tertiary-2),1);display:block;width:62.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15050;line-height:1.2;letter-spacing:0;top:47.125rem;left:6.375rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HM1lyS2lrKTv20rf0951c6sBOZuQiwQS { color:rgba(var(--color-tertiary-2),1);display:block;width:18.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:32.005859375rem;left:18.90625rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { position:relative;display:block; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { background-color: transparent; background-image: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container > .video-iframe-container { display: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row > .video-iframe-container { display: none; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .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); }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { border-width: 0; border-radius: 0; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:67.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qUmTlVCtWbzEzTlhAxBkwPfpqWBRk3wq { color:#ffffff;display:block;width:21.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15034;line-height:1;letter-spacing:0;top:6.4375rem;left:0.78125rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KZ8RgWAO4kQhnzFGz2fORDiT0mlQTiS8 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:11.375rem;left:1.125rem;height:2.923825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JvPTWc8digTBQyunTGcncC5oOeqDpuTF { box-sizing:content-box;height:31.625rem;width:51rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:22.3125rem;left:24rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#OJbfrdKS80NRuyR1VM09a6mtp7m9eR1g { box-sizing:content-box;height:10.9375rem;width:22.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.52);background-image:none;top:22.3125rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#IZ4MF7SgVAmbQ7SxW255yRF64rNM3i7c { color:#ffffff;display:block;width:9.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:23.3359375rem;left:1.125rem;height:4.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ddqmRJCHIqTJntfHmzL34EzqZLLQG6ZL { color:#ffffff;display:block;width:15.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1;letter-spacing:0;top:23.8359375rem;left:6.9375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#QUXhEqk7MEV6UnzFTmXkIrB2KqBwNynm { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.2;letter-spacing:0;top:27.6875rem;left:1.125rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fPJ8Z1NxvyBwZHHXVqXqQBEr3cTxJ89s { box-sizing:content-box;height:16.1875rem;width:24.9375rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0.21);background-image:none;top:5rem;left:50.1875rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#GAmONC3H0rp8ZFF1cqLe5Lis4lOJtEb4 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:10.25rem;left:52.25rem;height:9.44725rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sa8ronJ4V6KFCl0TSg3Zho3zRoiSSTPb { color:rgba(var(--color-tertiary-2),1);display:block;width:11.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15021;line-height:.9;letter-spacing:0;top:6.0625rem;left:55.5625rem;height:3.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SXlBBgtSXqDie7T4TKsJg4SluKuLgRW7 { color:rgba(var(--color-tertiary-2),1);display:block;width:2.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15027;line-height:1.1;letter-spacing:0;top:8.1875rem;left:52.1875rem;height:1.85595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#lMcr40Eyb04wSy89W98yuai52SyFirCM { color:rgba(var(--color-tertiary-2),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15028;line-height:1.1;letter-spacing:0;top:8.1875rem;left:66.5rem;height:1.85595625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#brpX6P4S4oZ57wCSvJJmsGa0ZOBq1okl { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:16.1875rem;width:24.9375rem;top:5rem;left:24rem;overflow:hidden;display:block; }
#qdF9tbis5uuFItXnV90Vw7TfiDXaTTEs { box-sizing:content-box;height:16.1875rem;width:24.9375rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-secondary-2),0.12);background-image:none;top:5rem;left:24rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#D4HZymFkxGW9k3EKfGv3vhTBk98eCPyD { box-sizing:content-box;height:4.6875rem;width:22.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0.12);background-image:none;top:16.5625rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#uC6CWn2QG5t0VhTLnVaoM61gZTQXVxwS { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15027;line-height:1.2;letter-spacing:0;top:19.375rem;left:1.3125rem;height:1.3496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ymWBhWt8fGNIO3lDOLHU3Ae8vKdiLVSx { color:rgba(var(--color-tertiary-2),1);display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15027;line-height:1;letter-spacing:0;top:17.5625rem;left:1.125rem;height:1.5625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#m9wDlPEyJZO7WlwXw93T4CGx5yyqrZSZ { box-sizing:content-box;height:6.875rem;width:27.25rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-secondary-2),0.24);background-image:none;top:55.1875rem;left:47.75rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AgngXAHT7hTHXpug7pbLDQIr39oN0MFd { color:rgba(var(--color-tertiary-2),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15030;line-height:1.2;letter-spacing:0;top:58.25rem;left:49.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hmywRIwSDVoa1GcceWuTIhzFpVVKHCfc { color:rgba(var(--color-tertiary-2),1);display:block;width:25.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:56.3125rem;left:49.0625rem;height:1.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qJTIX949zlANEmDPl3SeRBJF0Af0TSEl { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:19.5rem;width:22.8125rem;top:34.25rem;left:0rem;overflow:hidden;display:block; }
#OAbOsGEbFcLoSo2yaEhofLQq9UbxiEGE { box-sizing:content-box;height:19.5rem;width:22.8125rem;position:absolute;display:block;z-index:15032;background-color:rgba(var(--color-secondary-2),0.12);background-image:none;top:34.25rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dl699g2OxqE3pg7svM0idMUOvxOPGUHW { color:#ffffff;display:block;width:30.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:27.0625rem;left:25.3125rem;height:24.8525375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#urb8TV22QfX8Tib0OMwwhB122rXTnN69 { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:31.625rem;width:18.5625rem;top:22.3125rem;left:56.4375rem;overflow:hidden;display:block; }
#iRQsJqRTZCmHHcvPvPNOSrzm7iRX8AT6 { color:#e87ead;display:block;width:24.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15031;line-height:1.1;letter-spacing:0;top:24.375rem;left:33.125rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOh58mqdP7WWFZfaXuHAkTkIfUKMIp8W { color:#ffffff;display:block;width:24.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:300;z-index:15032;line-height:1.7;letter-spacing:0;top:25.1875rem;left:25.3125rem;height:1.9121125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JyBoJz7Tzd2cMA0BzyXxsD6neibDQIOU { box-sizing:content-box;height:6.875rem;width:46.375rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0.41);background-image:none;top:55.1875rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#AAzLno7ytPsEAEwT3n9HsyIGqGUhlf8h { color:#ffffff;display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15033;line-height:.9;letter-spacing:0;top:56.3125rem;left:1.125rem;height:1.51855625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ENErvLGx3IR9smlZ7aUC6DKlmJhdssGc { color:rgba(var(--color-tertiary-2),1);display:block;width:44.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:58.25rem;left:1.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wi3uheqKKkr0UGOo5T0Z8PtHbu95Hn1K { box-sizing:content-box;height:10.5625rem;width:22.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),0.83);background-image:none;top:5rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
#dwDTgPDVs37rWOXqDPbrahISS2bJ801k { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:18.4375rem;width:18.5625rem;top:22.3125rem;left:56.4375rem;overflow:hidden;display:none; }
#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { position:relative;display:block; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { background-color: transparent; background-image: none; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container > .video-iframe-container { display: none; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row > .video-iframe-container { display: none; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .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); }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { border-width: 0; border-radius: 0; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#z1FsqNCyQeohau5K984Nrui0Rplip92d { color:rgba(var(--color-tertiary-2),1);display:block;width:11.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:1.2;letter-spacing:0;top:2.8125rem;left:31.875rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-element-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-2),0.55);background-image:none;vertical-align:top;box-shadow: none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);height:auto; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .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:#ffffff;height:auto;line-height:1.3;overflow:hidden; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .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_1faf302ea49244f594cfe5af41ea033daeb226e3.svg");background-size:contain !important; }#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-trigger.adaptive-delivery-prevent-bg, #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-trigger.lazyload, #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-trigger.lazyloading { background-image: none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ { box-sizing:content-box;height:auto;width:68.125rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15031;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:6.5rem;left:2.1875rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #D9OsfPLRT7s3revcaXucnSxOMO5nW41g { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #fTdy8OoD1l3kfBA6yrJv9AaqXoFG4TkK { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #nPE99ou7opnOIANhZDCVcXgL57FqeCyK { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #HliIwpTpz4bKVxzcU7OTiuslfWLRdrtm {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OSX98FKU982mQWTvmrRZ8vtINxIhvpt5 {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iLhRHiObUgpGLL7pDrTU73OFW4xT0qTO { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #JVZeCUTIo0KqqPso1e4GZrHNBSq2EWMN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #m8pOvHIITaiwPQb8ZINm5zRlP28a2WdS { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #B3iduTtfobDQT0lplTJS0h9w9MaVD1f4 {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #uJ9hrgfzGDosayTA1maL701PhZa6Tqgy { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OB4mzAli6HuQ2WtpUh9qcfwTtKP4ychs { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #v5IUGR9yVpzF2G4bJv46vpq494Iz5bQG { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #gFnAVaHpLXwb6TAc9XGR5im299LJaEtd { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #waQ3Tia18xeMPgIkF56VhTuWJumiLLLW {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #tubtOGzPUsZt4RNvtTEerQJfAE0RLySV { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #mB5k2l7e6R3og7vSdkv2Tsf1yyHGXy4O { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #oc4fNRRyMNX0Un46mZ5BBAb9TsNd1xEO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iABE9kWDwoJMAJcWty6BtQ1f2fgM3g6N { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #akaU52PcfZolDFz0JOPZ1vH7FqvlcLKn {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #Qt50uzWUcetyAA75wpOEyIpEEv9d434y { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #CkwbxyvzmuKSil1CTX393xil9zew8zme { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #AwhaVMrUL2aSuiAUwqmO9HKeWDdAhV5K { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #IT55EG0mWZnEodFZU2ZeoNrTpanR061e { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #VhNWT5DShQQ92QRtUvCxughc7aO2d65g {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eMDyuL5zSaS9oSui7U79xtbosJ0s07Np { display:none; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #MTbXBayPxgz48yNxqVFq6gO3y5DAV0QI { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #x7gXX2rFKQg4N0MxKFMdOpB641lLhpBc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eh3ZIGp6urfK7MmgshhU40bvDL97ndBV { display:block;position:relative; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #qBeuBEOtTlpwSTCw2naaSsGRt4UC267a {  }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #cxyNTgvF16aOEG6VFqXtmDUWDCbbr8Lo { display:none; }
#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/6efd8e9f-9284-444d-b83f-5353abca3709/14.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.adaptive-delivery-prevent-bg, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyload, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyloading { background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { background-color: transparent; background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.15); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .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); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { border-width: 0; border-radius: 0; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx::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; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { font-size:0.875rem;font-family:arial;height:54.125rem;width:75rem;position:relative;display:block; }#uaDWQyP36cq6IN66nLpO4mxZKsJcB9EP { color:#ffffff;display:block;width:74.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15019;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:15.875rem;left:0.46875rem;height:21.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1Xau59pLUuSMaP6ULHWsrpU9r7IZF1d { color:#ffffff;display:block;width:49.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.5);top:39.625rem;left:12.875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N16OTzEJ0iPQPecv9KfO8RhD8piGuvSc { position:absolute;display:block;z-index:15016;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:15.1875rem;width:27.0625rem;top:0.6875rem;left:23.96875rem;overflow:hidden;display:block; }
#KLHhli5ot1FpS0S4ByXaR1ObfKswu95S { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:44.6875rem;left:25rem;display:block; }
#HczRmKSNfAcIVKZd7Dorf00CS84hlzdV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { background-color: transparent; background-image: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container > .video-iframe-container { display: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container { display: none; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .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); }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { border-width: 0; border-radius: 0; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { font-size:0.875rem;font-family:arial;height:12rem;width:75rem;position:relative;display:block; }#zBQpIDSpCXVMh0rXdeTs0wi10zBECfLE { color:#ffffff;display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:2.58984375rem;left:1.90625rem;height:6.8203125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx { display:block; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i81Wff32RJZSW8ir0wrS250ErXRhT3Nz { width:15.625rem;height:2.75rem;top:1.1875rem;left:32.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7y58UdFmTXL9Se8Rs3cFFTGnUS5OBa { display:block; }
 }@media only screen and (max-width: 763px) { #KvhIaOwubUnfqzXIeEbOO2VoGcHa0Czw { top:1.5625rem;left:0rem;width:47.75rem;height:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRZI1H531nDN7DHLaJHvhDkTAnDTGglS { top:9.625rem;left:0rem;width:47.75rem;height:21.875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfVwpX6TNbFTfwZ9yfPutnCXpiEfRZte { top:32.6875rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMTf9TwmlTl1qB23N7NBnKeMXhhDtSEC { width:25rem;height:4.375rem;top:38.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Klg8s8E0alb8e92qRu7G28MonUwLV8JN { display:block; }
 }@media only screen and (max-width: 763px) { #BqDEedTuqLgXNteOoMizNcBseUvlffNO { top:34.875rem;left:35.1875rem;width:12.5625rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0cfeoPUlbBKC6WCVn1anaMsXaZ64Vls { top:35.5625rem;left:37.25rem;width:10.5rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73hWkdwDPzbM4FKMK5Oky8ILbzVWfbe { top:36.625rem;left:33.625rem;width:14.125rem;height:4.0625rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMB1vVWzq0PyMpxvCx5hNAWOro1uuZJZ { width:18.75rem;height:3.75rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWRb2eQsoeI1Jt366WANTONOnoo2w0Mu { display:block; }
 }@media only screen and (max-width: 763px) { #RBugcuwHNOusu480dsZAwvTlB881A3s0 { top:35.5rem;left:20.6875rem;width:27.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX3aWxBGX6CMmsOBzTXTytI7UTLcvUaO { top:37.4375rem;left:38.375rem;width:9.375rem;height:3.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC { display:block; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rtw8nzkw4S3lACOMKeZ8c560waG69Wx4 { top:9.8125rem;left:0rem;width:15.625rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTX82qNOEGMi2uEu78XgrkRiSZHtrZnD { top:6.3125rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIX4y22v5sPtLTS8Khl0FbbTLaOuuPH { top:6.4375rem;left:0rem;width:18rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKCuSO6yF7GoTg23a88NlxfzTeIJEhD { top:6.3125rem;left:15.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbf5cdv9033Ul22RpJ5LKy7hma889OCB { top:6.3125rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMnpUlWcZLbvWzSEndUIPScwopFWfCQ { top:9.75rem;left:14.375rem;width:17.375rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWocqAMDOvTgZwEdytspDz2WZGeG2Rw6 { top:6.375rem;left:16.125rem;width:15.625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0m2pBsXJyxUxzmOx5FX3E3KCSRSRBPJ { top:9.875rem;left:30.125rem;width:17.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPvSa04EPqMQOxZmmmWtHsVVA0x3T23O { top:6.5rem;left:29.5625rem;width:18.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1bG2vsslfk5wl6vokXrgSb4U7lK9MgC { top:22.9375rem;left:15.5625rem;width:16.1875rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg7p4dT5l4VhAEkrVkGgGcOJyg81pph3 { top:19.5625rem;left:16.75rem;width:15rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJugxtgdUzGdb2xaTvBfx97NTdPuUsKh { top:22.875rem;left:28.875rem;width:18.75rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAZsusr3NTQWyweDmfRWBvaocuT4itF { top:19.5rem;left:32.875rem;width:14.3125rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPGg5cbR98oPtIDzR7KiSn1x232DyUZX { top:19rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4xHKgBe32LrJG0t5VD2WSeq9WSTLmO { top:19rem;left:15.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyubnoKlal39QT37h94BcXfxP2g2CgZX { top:23rem;left:0rem;width:18.25rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTQtdePRkbnD4VMGmISv4TpVALe2znb { top:19rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUXnDrHPBKIWo898sfuWeoVJtUddAz8 { top:19.625rem;left:0rem;width:16.0625rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { display:block; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th4kktvVSv7Qkn68VWMH3vBctICdqdTE { top:18.625rem;left:12rem;width:35.75rem;height:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoNsiTEzD1s5R8xH1x9pv23WaZdJVuVu { width:25rem;height:4.375rem;top:39.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0rxBO5d30APJZOwUPtTfIUtozTLg9ew { display:block; }
 }@media only screen and (max-width: 763px) { #dNkbHdZTiFbrXsFW0PMRWnndFT6VHRAh { top:16.125rem;left:0rem;width:37.6875rem;height:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXZ0WPU5I0RU59uiLxC2pCLUTebSMWKO { top:5.25rem;left:0rem;width:47.75rem;height:9rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF { display:block; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdyP9Fq60KQ6x08Lx1JbATCvX1aA4l64 { top:5.625rem;left:0rem;width:39.25rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVkpL7p5bMcFbZZlo8nGS9XTTCFLBEZ { top:4.625rem;left:0rem;width:39.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRbfAQQUN8VmeDkt0EUFiKTB46gJnkTm { top:4.625rem;left:13.0625rem;width:34.6875rem;height:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3J314OcUxBhoTz3rL7hHHSLbczIn3kK { top:21.5rem;left:0rem;width:20.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }#g3J314OcUxBhoTz3rL7hHHSLbczIn3kK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fdf5cce9-5b0e-4b55-904f-3af5e7cb6796/62.png); }
 }@media only screen and (max-width: 763px) { #TJfvtmZ1TiHAT2U00F2kxCoxPTVnTeSN { top:13.6875rem;left:0rem;width:40.9375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oCHpIqoASmxAZT6EHDzhhnTexAIJc2cy { top:23.5625rem;left:0rem;width:6rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3zGiFTnygbI1EMIVXQ48n1vJp19eTbT { top:24.1875rem;left:0rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiDMVX2Lsqt550yKtooTeBdiV3XIq5nd { top:23.5625rem;left:0rem;width:6rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGFV0Por0dxOF0UE6v9yGia1EKVkahfh { top:24.1875rem;left:0rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1qv6JMCKkGF3Z1VoUIE9D4pXo1wFLSf { top:23.5625rem;left:0.625rem;width:6rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f581JoUJLcIAkTcgtWBEZDtylNQvr07p { top:24.1875rem;left:0.875rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhuhH1xnIaR6Rmv9wHSolRRTnuR4Rfv { top:23.5625rem;left:21.8125rem;width:6.1875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgDETpuXFeATScMQp6Gt3PVqiR2sSeTX { top:24.1875rem;left:22rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUhgTX4PW726KKhkwZ36l4n0UlMsbDJ9 { top:23.5625rem;left:9.9375rem;width:10.9375rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0CFcDRHTTdGG0S1Tb5GQmmzQFNzC4FB { top:24.1875rem;left:10.5rem;width:9.875rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB36KlMxQfleUvTRJlIPMEyELKWVu3KC { top:21.5rem;left:9.9375rem;width:16.875rem;height:1.4375rem;font-size:1.0625rem;display:block; }#IB36KlMxQfleUvTRJlIPMEyELKWVu3KC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/063a4748-5538-4730-b9ff-e25b45e95731/65.png); }
 }@media only screen and (max-width: 763px) { #F39zXO2AI54QygmZcULM9gCUzhVpFZDb { top:30.75rem;left:0rem;width:9.3125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEvC74t4AVC93CdwCIpi1cx9NeEVVXI9 { top:30.75rem;left:0rem;width:11.25rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #klW2U2M4wFDcSttrkGuRwVXrE8EkCmcU { top:31.375rem;left:0rem;width:9.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znSXapc4RzF36C9fA6Lx1TKKR3TXtDoS { top:31.25rem;left:0rem;width:11.25rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp { top:28.75rem;left:0rem;width:12.5rem;height:1.4375rem;font-size:1.0625rem;display:block; }#rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/01d6fbc5-d18c-42ba-8dd0-008d16db642a/66.png); }
 }@media only screen and (max-width: 763px) { #eyBR7ow8Vdsxl4SLJTLuEyW02bMUVcy9 { top:30.75rem;left:11.6875rem;width:7.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #isybTZTbWSGkzrIF6xkdsJoMd0LqTb2z { top:31.375rem;left:11.6875rem;width:7.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKBKAIfEhvLceugmq6f97tEbH47eAAlm { top:28.75rem;left:9.9375rem;width:21.5625rem;height:1.4375rem;font-size:1.0625rem;display:block; }#aKBKAIfEhvLceugmq6f97tEbH47eAAlm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/165b4f3b-e717-439c-b2ef-6b888de76bde/67.png); }
 }@media only screen and (max-width: 763px) { #KFFoXQKG7SpPgM9G2bc0IHtFde2zFGlu { top:30.75rem;left:20.4375rem;width:7.875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut1aoq0vbpKGAToZMfDAfDzZOuZ183cl { top:31.375rem;left:20.4375rem;width:7.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRVJ7LQzfZdrDz8XhyoLwJ0Mm7vAWeBR { top:37.9375rem;left:0rem;width:40.9375rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWvDU2AsZOWa659PDmNdNt2TdCzXzceI { display:block; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bObTBKASC0dTvTVL1MIBLDZrbw5Tvd4W { width:25rem;height:4.375rem;top:63.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P57CR9shgot3vgW2KQtp62HwTUwpTyTR { display:block; }
 }@media only screen and (max-width: 763px) { #dHpbMxPsPmKdSBQblLxrk242DThNPayv { top:11.6875rem;left:0rem;width:18.75rem;height:24.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtaKL9he4BQuAxWWEiF9m8HscwfFnXaX { top:3.5625rem;left:13.75rem;width:18rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7IK3MJF9kTibghsmdzcTsm340oo4XKO { top:11.6875rem;left:13rem;width:18.75rem;height:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEMtzgvC8JSfwuTLkcTdVCOsMZx7L7Tt { top:11.625rem;left:28.875rem;width:18.75rem;height:24.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUNheUfkgLCnAcI2N5JqRdiOADzRuvtM { top:38.9375rem;left:0rem;width:21.875rem;height:21.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADhldzKPu6pKaToCai0pmC1iPw9adxGs { top:45.9375rem;left:11.125rem;width:20.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvZlvEvqTU4A6vD710XuS1C2TaTMooxJ { top:38.9375rem;left:25.75rem;width:21.875rem;height:20.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { display:block; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu2XqhLXPqUpceu2vTyMvHt69PWelkfm { top:5.375rem;left:0rem;width:40.25rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZRwp6PEOaP7c4SJifUifh4izXatiBWx { top:0rem;left:0rem;width:47.75rem;height:34.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZxmx0ebdDwnbw4DwLbU5B8kgDAe0EUu { top:2.375rem;left:18.1875rem;width:29.5625rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDFCh6HfhaodJgULK5zgi8nV7FvsT5O6 { top:14.4375rem;left:0rem;width:33.3125rem;height:14.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { display:block; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQ3Cev3RvMx2fS9Txhv20V1e3pgcFTs7 { width:25rem;height:4.375rem;top:95.375rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL4ad6CQScBgZ8EvpaNdPlgzurrsT3fa { display:block; }
 }@media only screen and (max-width: 763px) { #GT3LHwS5fCZiH10HFkeG48dH2khtShLu { top:89.3125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTGSBTnzWiT2dUBcNagXW2ltVIgsTkp { top:56.625rem;left:9.875rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNWWnchwwHblzZxBmbaKA1sNFoderJQ { top:80.5625rem;left:9.875rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFE5yeUtHBLKUtuUhDn0xshaB1WNSvSt { top:52.3125rem;left:12.375rem;width:19.375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeH2IR1oAW3D0QcxOVN5KxJp9s9n5TU { top:76.25rem;left:13.375rem;width:18.375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9u7i1eZ80xSR4SGoLxagv1ex5OIO3I { top:56.625rem;left:0rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKa6rR4dPzXqAyRnBqBeIteFfTw17C0g { top:52.25rem;left:0rem;width:23.1875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSxuNGkrGmE8WBKz4ZJ7CaEfM9cMHfbR { top:33.375rem;left:0rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLW9AuRiywnUEsgdpwlIWwTvRkzPaFP { top:33.375rem;left:9.875rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tlgidQx8lRLJnaQlXmi3toJzbTa1qd { top:33.375rem;left:25.75rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1H1zt1rF9u6swF7sfeGr4OdCKogXcBN { top:80.5625rem;left:25.75rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSyaTSCqoUhwLLI4gJZ5GSba8uoDuu3V { top:18.625rem;left:3.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOfBC1yCJUH6WIQMLB7iT9TpWRzs73p { top:29.1875rem;left:14.0625rem;width:17.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvePtSuw8BFC8D3wtyFTWHsMxm9BfSxN { top:29.1875rem;left:0rem;width:21.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSwFmbhKthsSBvt0r70SMBI6zRPVEtT { top:29.1875rem;left:27.875rem;width:19.75rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcuhFcRQXfToK6kx1HbpVlVp8co7e6A { top:76.25rem;left:30.625rem;width:17rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhqPzTWCz6qU4Dth5Dhu4FRzexP4aRO { top:7.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMc1BKRJ4EkeGJDT8Z2CZfo0Fdep7gA { top:14.375rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHGZN0g5gm4sVwxkWL0QPAi7sFGkqvw { top:76.4375rem;left:0rem;width:20.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TtfXkxtAPn8dwy5y8pbbJk8gBKemwC { top:80.4375rem;left:0rem;width:21.875rem;height:3.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqeKWI695JraseyX3QLHfJSf6KQOHitT { top:18.625rem;left:19.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQt9UtR8tL4UL9aWGkLmW2hSTn6N65y { top:18.625rem;left:35rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUgykRF8F4AkO8dNEVPfQkdxd74TVRDf { top:41.5625rem;left:6.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZh8NpJeBWImxfNmqSddzXIrBZQnJCI { top:65.5rem;left:34.9375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8PD38rzh1dadloir7FXyuR0oToAOfL { top:65.75rem;left:3.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g02UmdTTWSTQerNsnKR152VKq7EnFMcL { top:65.75rem;left:19.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvg0544aeqgA7LOBawTb4aGwMHAHpClz { top:41.25rem;left:22.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k { display:block; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { top:36.1875rem;left:0rem;width:47.75rem;height:8.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { top:14.4375rem;left:0rem;width:47.75rem;height:19rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TKxCV1vmUoWhdKcRiq2KSEVy0rSkRZ { top:5.4375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0JlbTMZaJxrVlNFKgT93mpJndEr76T5 { top:4.875rem;left:0rem;width:47.75rem;height:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTXso3HkRBc9mBT9sIiedapd2XrqTco { display:block; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wwnyxda8PqBVwlX4qhlilGo4qDwZ9vkB { top:27.8125rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyFBqByTPNx7UfxLHzxM2zneT0wlP9WI { top:3.9375rem;left:34.375rem;width:13.375rem;height:2.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwoKFu14tNPiolKdJsPlleLP90geqCBd { top:6.8125rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyush4Bl1nMaTIiDy27uOLZdsTgDcUtv { top:4.1875rem;left:0rem;width:16.125rem;height:4.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJE5Q9RTXNZ7U20BgSeIbsb4OTSQGd2l { top:9.4375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKzMkTNxhAEGk1sZTvqO7DeAIVDlG2k { top:60rem;left:41.5rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ta32KrrXXvQdNnTM99uWhVePSfJ1rUug { top:11.6875rem;left:0rem;width:21.125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF2emTgRZ0G6h8LsACVUi26ZMV2OAaQ3 { top:11.6875rem;left:13.3125rem;width:21.125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpn16U1AkTdi9QgmOl8nV43HWDiI5cSU { top:11.6875rem;left:26.625rem;width:21.125rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #myD152WTtGfPdIrSNZAkymAacbAWewEI { top:22.1875rem;left:0rem;width:6rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQqkUoRltxeOVaEK45zhcTzh6WSiyrwU { top:22.8125rem;left:0rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFoTDw0bB9TAJbkSk2rtrrhHrXvhGxk2 { top:22.1875rem;left:20.875rem;width:6rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Et0xfoIHSDETThNMTkKl5qBt7QGDfb { top:22.8125rem;left:21.125rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnct58zIZSfnlHxgM42RsrIodF3dXwgd { top:22.1875rem;left:41.75rem;width:6rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFub1HLmdDWw0BNVSMU14HqhwXG5EXQc { top:22.8125rem;left:42.1875rem;width:5.5625rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdHUyiUww3174EwiAwXhxcTDeas0WdTo { display:block; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUvJi6kUpfblsr9E6e60NwxgzzytmPXO { top:0rem;left:0rem;width:18.125rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1H8VC3M3z8WoiooAgv3woim8Fxakznl { top:0rem;left:5.75rem;width:18.125rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqdIpwwe8fWGLF068xJmz8eGdM5ugmSD { top:0rem;left:29.625rem;width:18.125rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwo7ImhrMe1T5aSERe8QNcEVtMX90w56 { top:0rem;left:17.6875rem;width:18.125rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGhQl5HT4A1eWRE4x6lBiJ1KV0en87mm { top:27.6875rem;left:0rem;width:18.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH540iB4BDFGZ0xMfxATWxukNIuK54Vg { top:27.75rem;left:5.75rem;width:18.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsGzMnTa31LCrGUN0GGgMTD8SvAWWSZ { top:27.75rem;left:29.625rem;width:18.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9fIUu63gs5wJWyE7iZft9nFabAVfGey { top:27.75rem;left:17.6875rem;width:18.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS8EWMtW99OfbRBAgwPClRghO0KIbv11 { top:25.4375rem;left:0rem;width:18.125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT54TfQbLiOkyAtZSvnC1gg0R3ghIq8M { top:25.5rem;left:5.75rem;width:18.125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbCJA8sqgN487rHi9HCBO48qsGc6H5ad { top:25.5rem;left:29.625rem;width:18.125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7IrFbwklf4QaQMIMDTP7ChWmvu2tsoB { top:25.5rem;left:17.6875rem;width:18.125rem;height:2.25rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw8tmK9C2TTotsgGAIRUSk6Vf5FbhHd4 { top:9.3125rem;left:0rem;width:15.75rem;height:;font-size:1rem;display:block; }#Qw8tmK9C2TTotsgGAIRUSk6Vf5FbhHd4 li:before{  }
 }@media only screen and (max-width: 763px) { #XNW9u5GqNtW8RKStPZIBWhH7xrcRDgTN { top:9.3125rem;left:8.125rem;width:15.75rem;height:;font-size:1rem;display:block; }#XNW9u5GqNtW8RKStPZIBWhH7xrcRDgTN li:before{  }
 }@media only screen and (max-width: 763px) { #wcFXZHuEzS5tA40FtxNfeen4XLIFK5Zw { top:9.3125rem;left:32rem;width:15.75rem;height:;font-size:1rem;display:block; }#wcFXZHuEzS5tA40FtxNfeen4XLIFK5Zw li:before{  }
 }@media only screen and (max-width: 763px) { #RhJZwDzCaw1whdMVc6vO8s1MySG0EDVL { top:9.3125rem;left:20.0625rem;width:15.75rem;height:;font-size:1rem;display:block; }#RhJZwDzCaw1whdMVc6vO8s1MySG0EDVL li:before{  }
 }@media only screen and (max-width: 763px) { #qRvhdnCWswnc2CgnFy14pMAxGCN7xnUw { top:6.5rem;left:0rem;width:18.125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfirQSN5OPnhfIPrm6NveWUE9fKv9cJ3 { top:4.25rem;left:0rem;width:14.5rem;height:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXU4TKdlTwqEfc7qSMzIh5sgnGwFfmH9 { top:6.5rem;left:5.75rem;width:18.125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmpSsx79GWvTChE67rXude3ntWZbJOat { top:4.25rem;left:9.375rem;width:14.5rem;height:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNh9EgEsbZJGnDI0KD9kNekNA81DwteO { top:6.5rem;left:29.625rem;width:18.125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3fCbUwkvkczuhbMX3rOy78yIn93352 { top:4.25rem;left:33.25rem;width:14.5rem;height:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITEOsu7losNxsAuFMNbykRTCTRH6TLfb { top:6.5rem;left:17.6875rem;width:18.125rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIyIbuWS7drnfml50FkScbGsdwIkamWQ { top:4.25rem;left:21.3125rem;width:14.5rem;height:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mlBStJtb7E6GBgI8ZRECJm9F3nVNU1 { top:0rem;left:0rem;width:18.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaEal0xtHrtKDDfZ2apvrluRCSWu2Sg3 { top:0.875rem;left:0rem;width:18.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55h1mW1dQnVhyQTPp0q7qrKCOxVsFC3 { top:0rem;left:5.75rem;width:18.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iphFRu03m3FmNrtpvsb84lciCCPTrXmK { top:0.875rem;left:5.75rem;width:18.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOL6pcp0frLVRg7WsTppy8pgLnCdWSN { top:0rem;left:29.625rem;width:18.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #maMfHAOODUX9dEepILTCbeHPX7SqSlwR { top:0.875rem;left:29.625rem;width:18.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMhfpWDIfyTVL1qbbspbdp2wABH5IccX { top:0rem;left:17.6875rem;width:18.125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im4rZKWGwEgENzEePU1zSTIBgpTskimR { top:0.875rem;left:17.6875rem;width:18.125rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFbSIWdN3s1D6KVJZtLZA7eXNe21x4nw { width:13.75rem;height:3.75rem;top:30.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGr9nqXCyuA0zXqsmiLVJeitOmRcAmXE { display:block; }
 }@media only screen and (max-width: 763px) { #fBGUIU2GrKIMblrsQieKJ861hV9ep7fS { width:13.75rem;height:3.75rem;top:30.0625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJnF4WZsWZTq6CsOphVvyu6lNfEsONca { display:block; }
 }@media only screen and (max-width: 763px) { #kIhmDuSgNQ9ahoSGDF2DWALTiIavfPQ4 { width:13.75rem;height:3.75rem;top:30.0625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDEKaFp3unnNJ2TRPc5vrDStodUoMiLi { display:block; }
 }@media only screen and (max-width: 763px) { #yGDK6qIskAuDbgkNoaH8D7Iz8Z1uw4ka { width:13.75rem;height:3.75rem;top:30.0625rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFhvry2RcV4krXMJ3L96A4ebVfCm8wn9 { display:block; }
 }@media only screen and (max-width: 763px) { #bS1p5BdUloqsW4TqxCgpWcGdo3xDqTzP { top:42.5625rem;left:0rem;width:47.75rem;height:69.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB { display:block; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzZKLpPRq7iUyRduXQi9qWDmTKtSdWhx { top:60rem;left:41.5rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Hg8ZUWkuxtAEtkTSEu0uXZzbQmTT3skQ { top:3.75rem;left:0rem;width:47.75rem;height:3rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-regular-label { display:block;width:38.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-text { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-textarea { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-select { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-button { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-checkbox-label { width:36.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9  { width:38.0625rem;height:auto;top:8.1875rem;left:3.59375rem; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .radio-container { width:38.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 {display:block;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 { width:38.0625rem;height:auto;top:8.1875rem;left:3.59375rem; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #E1ibBTVpo5dFKuMFcanc3keAPaliCHpD {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #viRitq1Jbq3d0sS3ytXEK0mUk4bBKhV4 { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #erNtEbwT2x7EAwAWTr0QQcTnc1vVB5g5 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #NiLJ4tdXd13lhPt4BLOb0FFa7X9Hlv3b {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #qpJCpI9UUdWmxDCbCWITfCcD9cFeQwtm { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #u2NBrTaZunpGLTc7GvGgEtTtAPgnBBmN {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #HkUuTz7tsQUau2mu7uyb3o9LoheKVZWG {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #VlSkRXH5W85fKF7L2hkz0pi3NCZx53OQ { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #lFLPp4cNHDhWWNHocosN1RdPZSLxKmvo {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #RWBBOD8sVbV0KZCd6zBwTlZ7r5O9VOxF {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #IZh0FIML2p4xPyF44D7ATTaDS0KXDQts { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #GCwxpSfmF9Hx7MR6NGrcxzKBXPL2qXN1 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #mLiOzdxDoxqkppT8hgTyTxBvtSTD3RFd {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #UIbN3mUo3ROeMH4JSyFCHkZcDcBEcC2M {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vvz41uV35uidxgcb9zfthSDGRiU26lH4 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #f3rG3yKkpMr0XwWdGTq2nEh9U0dMXTpl {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #UGPITvQsXGuenH0iJzpgdH87LRmOOuGy { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #hS5aLe6V4sOnTowfV1Lx4NCAqfXhKgQ4 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #JtAu5QcxlnD17vsbtLzocsX3kdThxWRI {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #meLCnvTepiJCeALX67Uyai0uHRpoJSTg { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #rB2sn9HywyuM8ZtDwtNTRkAJa1TDGUv9 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vp0gvTNg8nwZNX3qGfInaX1TCVQmOTXs {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #BumXuxIn6WKa5omwEH4oCSF8hTxepm2e { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #cWDfVbTchTuWJmtNdLdV3R90gTvL4bc7 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #Xq2TMSOX5sMFRHU8B690GDmFwQZrGNAT {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #nAqoOTo4hkaZSwpsTdq1aZW2bnM9JnfM { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #QW4stmduvzcEKfMXLm4pXhpDSIdTAeh2 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #pU5oEiNy9BcyhKBMl4TMldgTq8hhzwD2 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #piU4M5zwEivMrTBXshOWShqGa154CQfG { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #tBPUb1anMPEOKIS4rLHk4MdvTs6xhWZ7 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #NwRcDsTGMEGdk2qJcyOaImJlimTieJia {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #SV7vulTILciApCFcrcTbBvlDmdcdu3Ty { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #xRpcVrazQtZOozlk9qte2BddWChwyZI8 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #yIMGZsh3OnKXFJUJuGfqOu4dhQ1q84pg {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #RBwI0BQ12cZChhn4JDgBIWZ6xysTTFVq {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #a5CKeM6cgGNIvQ35vdQXTg27cKKvDRK3 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #wMhos7oPBszTMgePgLSGzWwkh0PkUcLU {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vTT9rXJJ77FLHComd9S2KM88c9FyEtLT {  }
 }@media only screen and (max-width: 763px) { #HzvgqGRbSXaTUKOZ3cgRQFDGM3AebPgt { top:25.375rem;left:36.625rem;width:11.125rem;height:13.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O18V4fHbgDXe5b1BMos9UHcXvnihaf3T { top:32.25rem;left:41.5rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWdtN7Q6KhO7Qy3sgpAhw8N85sdRF7xB { top:12.75rem;left:0rem;width:13.0625rem;height:3.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS2A6E6ODHCOWMoXSUzcQnnasS6bwTyG { top:17.9375rem;left:0rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixLgXiTHnODPd9o7CZIkpztx0K1g3M9O { width:11.4375rem;height:3rem;top:16.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFfy0S93R0fGm0tT52TJSfBUsTne08F { display:block; }
 }@media only screen and (max-width: 763px) { #by6r1uyX6tBXbB6QO1Byk5GDhSzIPEnO { display:none; }
 }@media only screen and (max-width: 763px) { #hPhrWonmB1Ikhk20JNkN0yZJSEdAiq92 { top:39.25rem;left:39.1875rem;width:8.5625rem;height:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk { display:block; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTUdX98hxTuu2Ims70cqMW7LMFNhv6PD { top:14.75rem;left:0rem;width:15.625rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUWf0EII2SOdl558htE8VBU1AnLTEwV { top:5.875rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTxt5HXwEsiQtphLP8PZanXNbWBgT94 { top:16.125rem;left:0rem;width:16.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUykpqxVoUDDQFV1SKBAfdBcOTtomQN { top:21.0625rem;left:0rem;width:14.125rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { top:16.125rem;left:6.0625rem;width:16.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { top:16.125rem;left:24.875rem;width:16.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { top:16.125rem;left:30.875rem;width:16.875rem;height:27.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { top:14.8125rem;left:6.6875rem;width:15.625rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { top:14.75rem;left:25.5rem;width:15.625rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { top:14.75rem;left:32.125rem;width:15.625rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { top:21.0625rem;left:7rem;width:15rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { top:21.0625rem;left:26.46875rem;width:13.6875rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { top:21.0625rem;left:32.5rem;width:15.25rem;height:20.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { top:47.125rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1lyS2lrKTv20rf0951c6sBOZuQiwQS { top:32rem;left:5.28125rem;width:18.4375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { display:block; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmTlVCtWbzEzTlhAxBkwPfpqWBRk3wq { top:6.4375rem;left:0rem;width:21.6875rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ8RgWAO4kQhnzFGz2fORDiT0mlQTiS8 { top:11.375rem;left:0rem;width:21rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPTWc8digTBQyunTGcncC5oOeqDpuTF { top:22.3125rem;left:0rem;width:47.75rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbfrdKS80NRuyR1VM09a6mtp7m9eR1g { top:22.3125rem;left:0rem;width:22.8125rem;height:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4MF7SgVAmbQ7SxW255yRF64rNM3i7c { top:23.3125rem;left:0rem;width:9.5rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddqmRJCHIqTJntfHmzL34EzqZLLQG6ZL { top:23.8125rem;left:0rem;width:15.9375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUXhEqk7MEV6UnzFTmXkIrB2KqBwNynm { top:27.6875rem;left:0rem;width:20.5rem;height:4rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPJ8Z1NxvyBwZHHXVqXqQBEr3cTxJ89s { top:5rem;left:22.8125rem;width:24.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAmONC3H0rp8ZFF1cqLe5Lis4lOJtEb4 { top:10.25rem;left:27.25rem;width:20.5rem;height:9.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8ronJ4V6KFCl0TSg3Zho3zRoiSSTPb { top:6.0625rem;left:35.75rem;width:11.8125rem;height:3.9375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlBBgtSXqDie7T4TKsJg4SluKuLgRW7 { top:8.1875rem;left:38.5625rem;width:2.9375rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMcr40Eyb04wSy89W98yuai52SyFirCM { top:8.1875rem;left:40.0625rem;width:7.5625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #brpX6P4S4oZ57wCSvJJmsGa0ZOBq1okl { top:5rem;left:10.375rem;width:24.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdF9tbis5uuFItXnV90Vw7TfiDXaTTEs { top:5rem;left:10.375rem;width:24.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4HZymFkxGW9k3EKfGv3vhTBk98eCPyD { top:16.5625rem;left:0rem;width:22.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC6CWn2QG5t0VhTLnVaoM61gZTQXVxwS { top:19.375rem;left:0rem;width:20rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymWBhWt8fGNIO3lDOLHU3Ae8vKdiLVSx { top:17.5625rem;left:0rem;width:24.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9wDlPEyJZO7WlwXw93T4CGx5yyqrZSZ { top:55.1875rem;left:20.5rem;width:27.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgngXAHT7hTHXpug7pbLDQIr39oN0MFd { top:58.25rem;left:23rem;width:24.75rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmywRIwSDVoa1GcceWuTIhzFpVVKHCfc { top:56.3125rem;left:22.6875rem;width:25.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTIX949zlANEmDPl3SeRBJF0Af0TSEl { top:34.25rem;left:0rem;width:22.8125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAbOsGEbFcLoSo2yaEhofLQq9UbxiEGE { top:34.25rem;left:0rem;width:22.8125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl699g2OxqE3pg7svM0idMUOvxOPGUHW { top:27.0625rem;left:11.6875rem;width:30.5rem;height:24.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #urb8TV22QfX8Tib0OMwwhB122rXTnN69 { top:22.3125rem;left:29.1875rem;width:18.5625rem;height:31.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQsJqRTZCmHHcvPvPNOSrzm7iRX8AT6 { top:24.375rem;left:19.5rem;width:24.9375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOh58mqdP7WWFZfaXuHAkTkIfUKMIp8W { top:25.1875rem;left:11.6875rem;width:24.125rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBoJz7Tzd2cMA0BzyXxsD6neibDQIOU { top:55.1875rem;left:0rem;width:46.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzLno7ytPsEAEwT3n9HsyIGqGUhlf8h { top:56.3125rem;left:0rem;width:32.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENErvLGx3IR9smlZ7aUC6DKlmJhdssGc { top:58.25rem;left:0rem;width:44.5625rem;height:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi3uheqKKkr0UGOo5T0Z8PtHbu95Hn1K { top:5rem;left:0rem;width:22.8125rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDTgPDVs37rWOXqDPbrahISS2bJ801k { top:22.3125rem;left:29.1875rem;width:18.5625rem;height:18.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { display:block; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1FsqNCyQeohau5K984Nrui0Rplip92d { top:2.8125rem;left:18.25rem;width:11.3125rem;height:3rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ { display:flex;height:auto;width:27.8125rem;top:15.125rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #D9OsfPLRT7s3revcaXucnSxOMO5nW41g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #fTdy8OoD1l3kfBA6yrJv9AaqXoFG4TkK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #nPE99ou7opnOIANhZDCVcXgL57FqeCyK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #HliIwpTpz4bKVxzcU7OTiuslfWLRdrtm {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OSX98FKU982mQWTvmrRZ8vtINxIhvpt5 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iLhRHiObUgpGLL7pDrTU73OFW4xT0qTO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #JVZeCUTIo0KqqPso1e4GZrHNBSq2EWMN {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #m8pOvHIITaiwPQb8ZINm5zRlP28a2WdS {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #B3iduTtfobDQT0lplTJS0h9w9MaVD1f4 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #uJ9hrgfzGDosayTA1maL701PhZa6Tqgy {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OB4mzAli6HuQ2WtpUh9qcfwTtKP4ychs {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #v5IUGR9yVpzF2G4bJv46vpq494Iz5bQG {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #gFnAVaHpLXwb6TAc9XGR5im299LJaEtd {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #waQ3Tia18xeMPgIkF56VhTuWJumiLLLW {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #tubtOGzPUsZt4RNvtTEerQJfAE0RLySV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #mB5k2l7e6R3og7vSdkv2Tsf1yyHGXy4O {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #oc4fNRRyMNX0Un46mZ5BBAb9TsNd1xEO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iABE9kWDwoJMAJcWty6BtQ1f2fgM3g6N {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #akaU52PcfZolDFz0JOPZ1vH7FqvlcLKn {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #Qt50uzWUcetyAA75wpOEyIpEEv9d434y {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #CkwbxyvzmuKSil1CTX393xil9zew8zme {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #AwhaVMrUL2aSuiAUwqmO9HKeWDdAhV5K {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #IT55EG0mWZnEodFZU2ZeoNrTpanR061e {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #VhNWT5DShQQ92QRtUvCxughc7aO2d65g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eMDyuL5zSaS9oSui7U79xtbosJ0s07Np {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #MTbXBayPxgz48yNxqVFq6gO3y5DAV0QI {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #x7gXX2rFKQg4N0MxKFMdOpB641lLhpBc {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eh3ZIGp6urfK7MmgshhU40bvDL97ndBV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #qBeuBEOtTlpwSTCw2naaSsGRt4UC267a {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #cxyNTgvF16aOEG6VFqXtmDUWDCbbr8Lo {  }
 }@media only screen and (max-width: 763px) { #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaDWQyP36cq6IN66nLpO4mxZKsJcB9EP { top:15.875rem;left:0rem;width:47.75rem;height:21.875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Xau59pLUuSMaP6ULHWsrpU9r7IZF1d { top:39.625rem;left:0rem;width:47.75rem;height:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N16OTzEJ0iPQPecv9KfO8RhD8piGuvSc { top:0.6875rem;left:10.34375rem;width:27.0625rem;height:15.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLHhli5ot1FpS0S4ByXaR1ObfKswu95S { width:25rem;height:4.375rem;top:44.6875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HczRmKSNfAcIVKZd7Dorf00CS84hlzdV { display:block; }
 }@media only screen and (max-width: 763px) { #Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBQpIDSpCXVMh0rXdeTs0wi10zBECfLE { top:2.5625rem;left:0rem;width:47.75rem;height:6.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#lqL9yHOldoNmslAeoKkoQt9XTlL3bTrx > .row .container { width:20rem;height:5.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i81Wff32RJZSW8ir0wrS250ErXRhT3Nz { width:15.625rem;height:1.875rem;top:2.814453125rem;left:2.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ty7y58UdFmTXL9Se8Rs3cFFTGnUS5OBa { display:block; }
 }@media only screen and (max-width: 763px) { #KvhIaOwubUnfqzXIeEbOO2VoGcHa0Czw { width:18.5625rem;height:1.923825rem;top:0.5693359375rem;left:0.71875rem;font-size:0.875rem;line-height:1.1;text-align:center;text-align-last:center;font-family:montserrat;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2f240619-666d-4293-9ba4-ceac99206e3d/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:48.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRZI1H531nDN7DHLaJHvhDkTAnDTGglS { width:20rem;height:10.96678125rem;top:8.849609375rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WfVwpX6TNbFTfwZ9yfPutnCXpiEfRZte { width:18.9375rem;height:6.499rem;top:20.375rem;left:0.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FMTf9TwmlTl1qB23N7NBnKeMXhhDtSEC { width:18.75rem;height:3.75rem;top:37.3125rem;left:0.625rem;font-size:1.125rem;background-color:#ea5297;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Klg8s8E0alb8e92qRu7G28MonUwLV8JN { display:block; }
 }@media only screen and (max-width: 763px) { #BqDEedTuqLgXNteOoMizNcBseUvlffNO { width:9.625rem;height:3.75rem;top:31.625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0cfeoPUlbBKC6WCVn1anaMsXaZ64Vls { width:8.5625rem;height:1.21875rem;top:32rem;left:10.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #z73hWkdwDPzbM4FKMK5Oky8ILbzVWfbe { width:6.6875rem;height:2.69970625rem;top:32.625rem;left:11.9375rem;font-size:1.6875rem;line-height:1.6;display:block; }
 }@media only screen and (max-width: 763px) { #XMB1vVWzq0PyMpxvCx5hNAWOro1uuZJZ { width:12.5rem;height:3.125rem;top:41.5rem;left:3.75rem;font-size:1rem;background-color:rgba(255,255,255,0.1);background-image:none;border-top:0.125rem solid #2e508e;border-left:0.125rem solid #2e508e;border-right:0.125rem solid #2e508e;border-bottom:0.125rem solid #2e508e;display:block; }
 }@media only screen and (max-width: 763px) { #nWRb2eQsoeI1Jt366WANTONOnoo2w0Mu { display:block; }
 }@media only screen and (max-width: 763px) { #RBugcuwHNOusu480dsZAwvTlB881A3s0 { width:14rem;height:7.75rem;top:26.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX3aWxBGX6CMmsOBzTXTytI7UTLcvUaO { width:2.8125rem;height:1rem;top:33.625rem;left:15.3125rem;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC { display:block; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container { width:20rem;height:86.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rtw8nzkw4S3lACOMKeZ8c560waG69Wx4 { width:14.375rem;height:5.19921875rem;top:7.8125rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTX82qNOEGMi2uEu78XgrkRiSZHtrZnD { width:5rem;height:5rem;top:3.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIX4y22v5sPtLTS8Khl0FbbTLaOuuPH { width:14.4375rem;height:3.75rem;top:3.5rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKCuSO6yF7GoTg23a88NlxfzTeIJEhD { width:5rem;height:5rem;top:16.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbf5cdv9033Ul22RpJ5LKy7hma889OCB { width:5rem;height:5rem;top:29.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMnpUlWcZLbvWzSEndUIPScwopFWfCQ { width:14.375rem;height:6.499rem;top:19.6875rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWocqAMDOvTgZwEdytspDz2WZGeG2Rw6 { width:14.375rem;height:2.5rem;top:16.625rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0m2pBsXJyxUxzmOx5FX3E3KCSRSRBPJ { width:14.4375rem;height:6.499rem;top:34.0625rem;left:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPvSa04EPqMQOxZmmmWtHsVVA0x3T23O { width:14.4375rem;height:3.75rem;top:29.6875rem;left:5.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1bG2vsslfk5wl6vokXrgSb4U7lK9MgC { width:14.375rem;height:6.499rem;top:75.5625rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg7p4dT5l4VhAEkrVkGgGcOJyg81pph3 { width:13.8125rem;height:2.5rem;top:72.3125rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJugxtgdUzGdb2xaTvBfx97NTdPuUsKh { width:14rem;height:7.7988125rem;top:60.9375rem;left:5.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAZsusr3NTQWyweDmfRWBvaocuT4itF { width:14.375rem;height:2.5rem;top:57.875rem;left:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPGg5cbR98oPtIDzR7KiSn1x232DyUZX { width:5rem;height:5rem;top:57.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4xHKgBe32LrJG0t5VD2WSeq9WSTLmO { width:5rem;height:5rem;top:72.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyubnoKlal39QT37h94BcXfxP2g2CgZX { width:14.5625rem;height:6.499rem;top:47.25rem;left:5.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTQtdePRkbnD4VMGmISv4TpVALe2znb { width:5rem;height:5rem;top:44.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUXnDrHPBKIWo898sfuWeoVJtUddAz8 { width:14.5625rem;height:2.5rem;top:44.0625rem;left:5.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { display:block; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { width:20rem;height:58.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th4kktvVSv7Qkn68VWMH3vBctICdqdTE { width:20rem;height:22.09666875rem;top:28.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoNsiTEzD1s5R8xH1x9pv23WaZdJVuVu { width:18.75rem;height:3.125rem;top:52.3125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0rxBO5d30APJZOwUPtTfIUtozTLg9ew { display:block; }
 }@media only screen and (max-width: 763px) { #dNkbHdZTiFbrXsFW0PMRWnndFT6VHRAh { width:20rem;height:11.1875rem;top:16rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXZ0WPU5I0RU59uiLxC2pCLUTebSMWKO { width:20rem;height:11.25rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF { display:block; }#ZqbRP5dUKmaAfVGCrT2KRwQHuCWJ7RfF > .row .container { width:20rem;height:82.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pdyP9Fq60KQ6x08Lx1JbATCvX1aA4l64 { width:20rem;height:4.6875rem;top:3.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQVkpL7p5bMcFbZZlo8nGS9XTTCFLBEZ { width:20rem;height:6.9375rem;top:2.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRbfAQQUN8VmeDkt0EUFiKTB46gJnkTm { width:20rem;height:20rem;top:55.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3J314OcUxBhoTz3rL7hHHSLbczIn3kK { width:19.25rem;height:1.3808625rem;top:24.0625rem;left:0.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#g3J314OcUxBhoTz3rL7hHHSLbczIn3kK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g3J314OcUxBhoTz3rL7hHHSLbczIn3kK li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/fdf5cce9-5b0e-4b55-904f-3af5e7cb6796/62.png); }
 }@media only screen and (max-width: 763px) { #TJfvtmZ1TiHAT2U00F2kxCoxPTVnTeSN { width:19rem;height:11.69825rem;top:10.5625rem;left:0.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oCHpIqoASmxAZT6EHDzhhnTexAIJc2cy { width:5rem;height:2.6875rem;top:26.0625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p3zGiFTnygbI1EMIVXQ48n1vJp19eTbT { width:5.5625rem;height:1.29980625rem;top:26.75rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qiDMVX2Lsqt550yKtooTeBdiV3XIq5nd { width:5rem;height:2.6875rem;top:26.0625rem;left:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGFV0Por0dxOF0UE6v9yGia1EKVkahfh { width:5.5625rem;height:1.29980625rem;top:26.75634765625rem;left:7.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1qv6JMCKkGF3Z1VoUIE9D4pXo1wFLSf { width:5rem;height:2.6875rem;top:26.0625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #f581JoUJLcIAkTcgtWBEZDtylNQvr07p { width:5.5625rem;height:1.29980625rem;top:26.75rem;left:13.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLhuhH1xnIaR6Rmv9wHSolRRTnuR4Rfv { width:6.1875rem;height:2.6875rem;top:33.625rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgDETpuXFeATScMQp6Gt3PVqiR2sSeTX { width:6.125rem;height:1.29980625rem;top:34.25rem;left:12.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUhgTX4PW726KKhkwZ36l4n0UlMsbDJ9 { width:10.9375rem;height:2.6875rem;top:33.625rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0CFcDRHTTdGG0S1Tb5GQmmzQFNzC4FB { width:9.875rem;height:1.29980625rem;top:34.25rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IB36KlMxQfleUvTRJlIPMEyELKWVu3KC { width:16.875rem;height:1.3808625rem;top:31.4755859375rem;left:0.75rem;font-size:1.0625rem;display:block; }#IB36KlMxQfleUvTRJlIPMEyELKWVu3KC li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IB36KlMxQfleUvTRJlIPMEyELKWVu3KC li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/063a4748-5538-4730-b9ff-e25b45e95731/65.png); }
 }@media only screen and (max-width: 763px) { #F39zXO2AI54QygmZcULM9gCUzhVpFZDb { width:8.125rem;height:3.9375rem;top:40.875rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEvC74t4AVC93CdwCIpi1cx9NeEVVXI9 { width:9.75rem;height:3.9375rem;top:40.875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #klW2U2M4wFDcSttrkGuRwVXrE8EkCmcU { width:8.0625rem;height:2.5996125rem;top:41.5rem;left:11.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #znSXapc4RzF36C9fA6Lx1TKKR3TXtDoS { width:9.75rem;height:2.5996125rem;top:41.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp { width:12.5rem;height:1.3808625rem;top:38.9375rem;left:0.75rem;font-size:1.0625rem;display:block; }#rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rUVtm8K3OZalNC0hlwvpOH6ZEHT6v3qp li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/01d6fbc5-d18c-42ba-8dd0-008d16db642a/66.png); }
 }@media only screen and (max-width: 763px) { #eyBR7ow8Vdsxl4SLJTLuEyW02bMUVcy9 { width:7.875rem;height:2.6875rem;top:50.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #isybTZTbWSGkzrIF6xkdsJoMd0LqTb2z { width:7.9375rem;height:1.29980625rem;top:51rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKBKAIfEhvLceugmq6f97tEbH47eAAlm { width:12.4375rem;height:2.76171875rem;top:47.0625rem;left:0.75rem;font-size:1.0625rem;display:block; }#aKBKAIfEhvLceugmq6f97tEbH47eAAlm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aKBKAIfEhvLceugmq6f97tEbH47eAAlm li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/165b4f3b-e717-439c-b2ef-6b888de76bde/67.png); }
 }@media only screen and (max-width: 763px) { #KFFoXQKG7SpPgM9G2bc0IHtFde2zFGlu { width:7.875rem;height:2.6875rem;top:50.375rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ut1aoq0vbpKGAToZMfDAfDzZOuZ183cl { width:7.9375rem;height:1.29980625rem;top:51rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRVJ7LQzfZdrDz8XhyoLwJ0Mm7vAWeBR { width:20rem;height:2.5996125rem;top:76.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eWvDU2AsZOWa659PDmNdNt2TdCzXzceI { display:block; }#eWvDU2AsZOWa659PDmNdNt2TdCzXzceI > .row .container { width:20rem;height:156.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bObTBKASC0dTvTVL1MIBLDZrbw5Tvd4W { width:18.75rem;height:3.125rem;top:151.03125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P57CR9shgot3vgW2KQtp62HwTUwpTyTR { display:block; }
 }@media only screen and (max-width: 763px) { #dHpbMxPsPmKdSBQblLxrk242DThNPayv { width:20rem;height:26.1875rem;top:8.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtaKL9he4BQuAxWWEiF9m8HscwfFnXaX { width:15.75rem;height:4.125rem;top:2.5625rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7IK3MJF9kTibghsmdzcTsm340oo4XKO { width:20rem;height:32.9375rem;top:56.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bEMtzgvC8JSfwuTLkcTdVCOsMZx7L7Tt { width:20rem;height:26.5rem;top:101.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUNheUfkgLCnAcI2N5JqRdiOADzRuvtM { width:20rem;height:19.6rem;top:35.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ADhldzKPu6pKaToCai0pmC1iPw9adxGs { width:20rem;height:10rem;top:90.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvZlvEvqTU4A6vD710XuS1C2TaTMooxJ { width:20rem;height:18.7998125rem;top:129.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { display:block; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container { width:20rem;height:46.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cu2XqhLXPqUpceu2vTyMvHt69PWelkfm { width:20rem;height:3.75rem;top:2.5625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qZRwp6PEOaP7c4SJifUifh4izXatiBWx { width:20rem;height:46.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GZxmx0ebdDwnbw4DwLbU5B8kgDAe0EUu { width:15.625rem;height:15.625rem;top:7.375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LDFCh6HfhaodJgULK5zgi8nV7FvsT5O6 { width:18.75rem;height:19.49705625rem;top:23.9375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { display:block; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { width:20rem;height:209.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQ3Cev3RvMx2fS9Txhv20V1e3pgcFTs7 { width:18.75rem;height:3.125rem;top:202.9375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL4ad6CQScBgZ8EvpaNdPlgzurrsT3fa { display:block; }
 }@media only screen and (max-width: 763px) { #GT3LHwS5fCZiH10HFkeG48dH2khtShLu { width:18.5625rem;height:7.5rem;top:193.6875rem;left:0.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTGSBTnzWiT2dUBcNagXW2ltVIgsTkp { width:18.75rem;height:5.19921875rem;top:119.125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNWWnchwwHblzZxBmbaKA1sNFoderJQ { width:16.5625rem;height:5.19921875rem;top:162.8125rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFE5yeUtHBLKUtuUhDn0xshaB1WNSvSt { width:14.9375rem;height:2.75rem;top:115.8125rem;left:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeH2IR1oAW3D0QcxOVN5KxJp9s9n5TU { width:12.6875rem;height:2.75rem;top:159.5rem;left:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9u7i1eZ80xSR4SGoLxagv1ex5OIO3I { width:18.75rem;height:3.8994125rem;top:98.1875rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKa6rR4dPzXqAyRnBqBeIteFfTw17C0g { width:17.8125rem;height:2.75rem;top:94.75rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSxuNGkrGmE8WBKz4ZJ7CaEfM9cMHfbR { width:18.3125rem;height:5.19921875rem;top:31.8125rem;left:0.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLW9AuRiywnUEsgdpwlIWwTvRkzPaFP { width:18.75rem;height:5.19921875rem;top:53.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tlgidQx8lRLJnaQlXmi3toJzbTa1qd { width:17.9375rem;height:5.19921875rem;top:75.9375rem;left:1.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1H1zt1rF9u6swF7sfeGr4OdCKogXcBN { width:18.75rem;height:5.19921875rem;top:185.3125rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSyaTSCqoUhwLLI4gJZ5GSba8uoDuu3V { width:9.375rem;height:9.375rem;top:18.375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOfBC1yCJUH6WIQMLB7iT9TpWRzs73p { width:13.25rem;height:2.75rem;top:50.0625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvePtSuw8BFC8D3wtyFTWHsMxm9BfSxN { width:20rem;height:2.75rem;top:28.4375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSwFmbhKthsSBvt0r70SMBI6zRPVEtT { width:14.625rem;height:2.75rem;top:72.5rem;left:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcuhFcRQXfToK6kx1HbpVlVp8co7e6A { width:15rem;height:2.75rem;top:182rem;left:2.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhqPzTWCz6qU4Dth5Dhu4FRzexP4aRO { width:20rem;height:7.5rem;top:3.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMc1BKRJ4EkeGJDT8Z2CZfo0Fdep7gA { width:16.6875rem;height:3.8994125rem;top:12.60107421875rem;left:1.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHGZN0g5gm4sVwxkWL0QPAi7sFGkqvw { width:17.125rem;height:2.75rem;top:138.0625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TtfXkxtAPn8dwy5y8pbbJk8gBKemwC { width:18.75rem;height:5.19921875rem;top:141.375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqeKWI695JraseyX3QLHfJSf6KQOHitT { width:9.375rem;height:9.375rem;top:39.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQt9UtR8tL4UL9aWGkLmW2hSTn6N65y { width:9.375rem;height:9.375rem;top:62rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUgykRF8F4AkO8dNEVPfQkdxd74TVRDf { width:9.375rem;height:9.375rem;top:84.5625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZh8NpJeBWImxfNmqSddzXIrBZQnJCI { width:9.375rem;height:9.375rem;top:171.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8PD38rzh1dadloir7FXyuR0oToAOfL { width:9.375rem;height:9.375rem;top:127.9375rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g02UmdTTWSTQerNsnKR152VKq7EnFMcL { width:9.375rem;height:9.375rem;top:150.125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvg0544aeqgA7LOBawTb4aGwMHAHpClz { width:9.375rem;height:9.375rem;top:105.25rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k { display:block; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { width:20rem;height:84.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { width:20rem;height:15rem;top:65.662109375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { width:18.75rem;height:48.0928rem;top:14.37109375rem;left:0.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z5TKxCV1vmUoWhdKcRiq2KSEVy0rSkRZ { width:20rem;height:7.5rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0JlbTMZaJxrVlNFKgT93mpJndEr76T5 { width:20rem;height:10rem;top:2.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTXso3HkRBc9mBT9sIiedapd2XrqTco { display:block; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row .container { width:20rem;height:77.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wwnyxda8PqBVwlX4qhlilGo4qDwZ9vkB { width:20rem;height:20.625rem;top:54.65625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyFBqByTPNx7UfxLHzxM2zneT0wlP9WI { width:6.5rem;height:3.59765625rem;top:4.19140625rem;left:13.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nwoKFu14tNPiolKdJsPlleLP90geqCBd { width:3.125rem;height:3.125rem;top:7.3984375rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vyush4Bl1nMaTIiDy27uOLZdsTgDcUtv { width:9.4375rem;height:5.3964875rem;top:2rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJE5Q9RTXNZ7U20BgSeIbsb4OTSQGd2l { width:3.125rem;height:3.125rem;top:6.6875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnKzMkTNxhAEGk1sZTvqO7DeAIVDlG2k { width:3.125rem;height:3.125rem;top:123.5rem;left:14.9375rem;z-index:15046;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Ta32KrrXXvQdNnTM99uWhVePSfJ1rUug { width:20rem;height:11.242603550296rem;top:8.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF2emTgRZ0G6h8LsACVUi26ZMV2OAaQ3 { width:20rem;height:11.183431952663rem;top:23.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gpn16U1AkTdi9QgmOl8nV43HWDiI5cSU { width:20rem;height:11.183431952663rem;top:37.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #myD152WTtGfPdIrSNZAkymAacbAWewEI { width:6rem;height:2.6875rem;top:18.625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQqkUoRltxeOVaEK45zhcTzh6WSiyrwU { width:5.5625rem;height:1.29980625rem;top:19.25rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QFoTDw0bB9TAJbkSk2rtrrhHrXvhGxk2 { width:6rem;height:2.6875rem;top:33.0625rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #W7Et0xfoIHSDETThNMTkKl5qBt7QGDfb { width:5.5625rem;height:1.29980625rem;top:33.6875rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnct58zIZSfnlHxgM42RsrIodF3dXwgd { width:6rem;height:2.6875rem;top:47.375rem;left:7rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFub1HLmdDWw0BNVSMU14HqhwXG5EXQc { width:5.5625rem;height:1.29980625rem;top:48rem;left:7.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdHUyiUww3174EwiAwXhxcTDeas0WdTo { display:block; }#gdHUyiUww3174EwiAwXhxcTDeas0WdTo > .row .container { width:20rem;height:155.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUvJi6kUpfblsr9E6e60NwxgzzytmPXO { width:18.125rem;height:36.25rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1H8VC3M3z8WoiooAgv3woim8Fxakznl { width:18.125rem;height:36.25rem;top:38.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqdIpwwe8fWGLF068xJmz8eGdM5ugmSD { width:18.125rem;height:36.25rem;top:113.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iwo7ImhrMe1T5aSERe8QNcEVtMX90w56 { width:18.125rem;height:36.25rem;top:76.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGhQl5HT4A1eWRE4x6lBiJ1KV0en87mm { width:18.125rem;height:1.5rem;top:28.9375rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uH540iB4BDFGZ0xMfxATWxukNIuK54Vg { width:18.125rem;height:1.5rem;top:66.625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpsGzMnTa31LCrGUN0GGgMTD8SvAWWSZ { width:18.125rem;height:1.5rem;top:141.625rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T9fIUu63gs5wJWyE7iZft9nFabAVfGey { width:18.125rem;height:1.5rem;top:104.125rem;left:0.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IS8EWMtW99OfbRBAgwPClRghO0KIbv11 { width:18.125rem;height:2.25rem;top:26.6875rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT54TfQbLiOkyAtZSvnC1gg0R3ghIq8M { width:18.125rem;height:2.25rem;top:64.375rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbCJA8sqgN487rHi9HCBO48qsGc6H5ad { width:18.125rem;height:2.25rem;top:139.375rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o7IrFbwklf4QaQMIMDTP7ChWmvu2tsoB { width:18.125rem;height:2.25rem;top:101.875rem;left:0.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qw8tmK9C2TTotsgGAIRUSk6Vf5FbhHd4 { width:15.75rem;height:14.8730625rem;top:10.5625rem;left:2.25rem;font-size:1rem;display:block; }#Qw8tmK9C2TTotsgGAIRUSk6Vf5FbhHd4 li:before{  }
 }@media only screen and (max-width: 763px) { #XNW9u5GqNtW8RKStPZIBWhH7xrcRDgTN { width:15.75rem;height:14.8730625rem;top:48.1875rem;left:2.25rem;font-size:1rem;display:block; }#XNW9u5GqNtW8RKStPZIBWhH7xrcRDgTN li:before{  }
 }@media only screen and (max-width: 763px) { #wcFXZHuEzS5tA40FtxNfeen4XLIFK5Zw { width:15.75rem;height:14.8730625rem;top:123.1875rem;left:2.25rem;font-size:1rem;display:block; }#wcFXZHuEzS5tA40FtxNfeen4XLIFK5Zw li:before{  }
 }@media only screen and (max-width: 763px) { #RhJZwDzCaw1whdMVc6vO8s1MySG0EDVL { width:15.75rem;height:14.8730625rem;top:85.6875rem;left:2.25rem;font-size:1rem;display:block; }#RhJZwDzCaw1whdMVc6vO8s1MySG0EDVL li:before{  }
 }@media only screen and (max-width: 763px) { #qRvhdnCWswnc2CgnFy14pMAxGCN7xnUw { width:18.125rem;height:1.875rem;top:7.75rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KfirQSN5OPnhfIPrm6NveWUE9fKv9cJ3 { width:14.5rem;height:1.79980625rem;top:5.5rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXU4TKdlTwqEfc7qSMzIh5sgnGwFfmH9 { width:18.125rem;height:1.875rem;top:45.375rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmpSsx79GWvTChE67rXude3ntWZbJOat { width:14.5rem;height:1.79980625rem;top:43.125rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNh9EgEsbZJGnDI0KD9kNekNA81DwteO { width:18.125rem;height:1.875rem;top:120.375rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #To3fCbUwkvkczuhbMX3rOy78yIn93352 { width:14.5rem;height:1.79980625rem;top:118.125rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITEOsu7losNxsAuFMNbykRTCTRH6TLfb { width:18.125rem;height:1.875rem;top:82.875rem;left:0.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zIyIbuWS7drnfml50FkScbGsdwIkamWQ { width:14.5rem;height:1.79980625rem;top:80.625rem;left:2.625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s3mlBStJtb7E6GBgI8ZRECJm9F3nVNU1 { width:18.125rem;height:2.6875rem;top:1.25rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaEal0xtHrtKDDfZ2apvrluRCSWu2Sg3 { width:18.125rem;height:1.19970625rem;top:2.125rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #O55h1mW1dQnVhyQTPp0q7qrKCOxVsFC3 { width:18.125rem;height:2.6875rem;top:38.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iphFRu03m3FmNrtpvsb84lciCCPTrXmK { width:18.125rem;height:1.19970625rem;top:39.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCOL6pcp0frLVRg7WsTppy8pgLnCdWSN { width:18.125rem;height:2.6875rem;top:113.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #maMfHAOODUX9dEepILTCbeHPX7SqSlwR { width:18.125rem;height:1.19970625rem;top:114.75rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMhfpWDIfyTVL1qbbspbdp2wABH5IccX { width:18.125rem;height:2.6875rem;top:76.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Im4rZKWGwEgENzEePU1zSTIBgpTskimR { width:18.125rem;height:1.19970625rem;top:77.25rem;left:1rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nFbSIWdN3s1D6KVJZtLZA7eXNe21x4nw { width:13.75rem;height:3.75rem;top:31.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XGr9nqXCyuA0zXqsmiLVJeitOmRcAmXE { display:block; }
 }@media only screen and (max-width: 763px) { #fBGUIU2GrKIMblrsQieKJ861hV9ep7fS { width:13.75rem;height:3.75rem;top:68.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJnF4WZsWZTq6CsOphVvyu6lNfEsONca { display:block; }
 }@media only screen and (max-width: 763px) { #kIhmDuSgNQ9ahoSGDF2DWALTiIavfPQ4 { width:13.75rem;height:3.75rem;top:106.4375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDEKaFp3unnNJ2TRPc5vrDStodUoMiLi { display:block; }
 }@media only screen and (max-width: 763px) { #yGDK6qIskAuDbgkNoaH8D7Iz8Z1uw4ka { width:13.75rem;height:3.75rem;top:143.9375rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFhvry2RcV4krXMJ3L96A4ebVfCm8wn9 { display:block; }
 }@media only screen and (max-width: 763px) { #bS1p5BdUloqsW4TqxCgpWcGdo3xDqTzP { width:20rem;height:68.75rem;top:154.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB { background-color:#fadbe9;background-image:none;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container { background-color: transparent; background-image: none; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container > .video-iframe-container { display: none; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row > .video-iframe-container { display: none; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .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); }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#EcyNGS2DFOkCDFFlPeDKg0qbQVHlNUmB > .row .container { width:20rem;height:87.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IzZKLpPRq7iUyRduXQi9qWDmTKtSdWhx { width:3.125rem;height:3.125rem;top:123.5rem;left:14.9375rem;z-index:15046;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #Hg8ZUWkuxtAEtkTSEu0uXZzbQmTT3skQ { width:20rem;height:3.75rem;top:2.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5rem;overflow:hidden;height:auto; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9  { width:17.5rem;height:auto;top:8.125rem;left:0rem; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 {display:block;}#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 { width:17.5rem;height:auto;top:8.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #E1ibBTVpo5dFKuMFcanc3keAPaliCHpD {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #viRitq1Jbq3d0sS3ytXEK0mUk4bBKhV4 { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #erNtEbwT2x7EAwAWTr0QQcTnc1vVB5g5 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #NiLJ4tdXd13lhPt4BLOb0FFa7X9Hlv3b {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #qpJCpI9UUdWmxDCbCWITfCcD9cFeQwtm { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #u2NBrTaZunpGLTc7GvGgEtTtAPgnBBmN {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #HkUuTz7tsQUau2mu7uyb3o9LoheKVZWG {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #VlSkRXH5W85fKF7L2hkz0pi3NCZx53OQ { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #lFLPp4cNHDhWWNHocosN1RdPZSLxKmvo {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #RWBBOD8sVbV0KZCd6zBwTlZ7r5O9VOxF {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #IZh0FIML2p4xPyF44D7ATTaDS0KXDQts { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #GCwxpSfmF9Hx7MR6NGrcxzKBXPL2qXN1 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #mLiOzdxDoxqkppT8hgTyTxBvtSTD3RFd {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #UIbN3mUo3ROeMH4JSyFCHkZcDcBEcC2M {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vvz41uV35uidxgcb9zfthSDGRiU26lH4 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #f3rG3yKkpMr0XwWdGTq2nEh9U0dMXTpl {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #UGPITvQsXGuenH0iJzpgdH87LRmOOuGy { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #hS5aLe6V4sOnTowfV1Lx4NCAqfXhKgQ4 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #JtAu5QcxlnD17vsbtLzocsX3kdThxWRI {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #meLCnvTepiJCeALX67Uyai0uHRpoJSTg { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #rB2sn9HywyuM8ZtDwtNTRkAJa1TDGUv9 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vp0gvTNg8nwZNX3qGfInaX1TCVQmOTXs {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #BumXuxIn6WKa5omwEH4oCSF8hTxepm2e { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #cWDfVbTchTuWJmtNdLdV3R90gTvL4bc7 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #Xq2TMSOX5sMFRHU8B690GDmFwQZrGNAT {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #nAqoOTo4hkaZSwpsTdq1aZW2bnM9JnfM { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #QW4stmduvzcEKfMXLm4pXhpDSIdTAeh2 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #pU5oEiNy9BcyhKBMl4TMldgTq8hhzwD2 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #piU4M5zwEivMrTBXshOWShqGa154CQfG { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #tBPUb1anMPEOKIS4rLHk4MdvTs6xhWZ7 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #NwRcDsTGMEGdk2qJcyOaImJlimTieJia {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #SV7vulTILciApCFcrcTbBvlDmdcdu3Ty { display:block; }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #xRpcVrazQtZOozlk9qte2BddWChwyZI8 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #yIMGZsh3OnKXFJUJuGfqOu4dhQ1q84pg {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #RBwI0BQ12cZChhn4JDgBIWZ6xysTTFVq {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #a5CKeM6cgGNIvQ35vdQXTg27cKKvDRK3 {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #wMhos7oPBszTMgePgLSGzWwkh0PkUcLU {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #vTT9rXJJ77FLHComd9S2KM88c9FyEtLT {  }
 }@media only screen and (max-width: 763px) { #HzvgqGRbSXaTUKOZ3cgRQFDGM3AebPgt { width:18.375rem;height:4.49706875rem;top:72.3125rem;left:0.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O18V4fHbgDXe5b1BMos9UHcXvnihaf3T { width:6.25rem;height:6.25rem;top:9.9375rem;left:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #WWdtN7Q6KhO7Qy3sgpAhw8N85sdRF7xB { width:20rem;height:1.798825rem;top:78.3125rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KS2A6E6ODHCOWMoXSUzcQnnasS6bwTyG { width:6.25rem;height:6.25rem;top:79.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ixLgXiTHnODPd9o7CZIkpztx0K1g3M9O { width:10rem;height:2.1875rem;top:80.625rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFfy0S93R0fGm0tT52TJSfBUsTne08F { display:block; }
 }@media only screen and (max-width: 763px) { #by6r1uyX6tBXbB6QO1Byk5GDhSzIPEnO { top:70.5rem;left:0rem;width:20rem;height:13.8125rem;z-index:15033;background-color:#ffffff;background-image:none;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hPhrWonmB1Ikhk20JNkN0yZJSEdAiq92 { width:8.5625rem;height:8.5625rem;top:39.25rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk { display:block; }#Evse7Kaby1tmFoZJpK9AItGDPBH9TXuk > .row .container { width:20rem;height:141.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UTUdX98hxTuu2Ims70cqMW7LMFNhv6PD { width:15.625rem;height:4.5rem;top:11.875rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DeUWf0EII2SOdl558htE8VBU1AnLTEwV { width:20rem;height:7.5rem;top:2.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaTxt5HXwEsiQtphLP8PZanXNbWBgT94 { width:16.875rem;height:24.625rem;top:14.125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #asUykpqxVoUDDQFV1SKBAfdBcOTtomQN { width:14.0625rem;height:20.796875rem;top:16.8759765625rem;left:2.96875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { width:16.875rem;height:23.375rem;top:43.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { width:16.875rem;height:24.9375rem;top:71.0625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { width:16.875rem;height:27.5625rem;top:99.9375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { width:15.625rem;height:4.5rem;top:41.0625rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { width:15.625rem;height:4.5rem;top:68.875rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { width:15.625rem;height:4.5rem;top:97.875rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { width:15rem;height:9.098625rem;top:46.125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { width:15rem;height:19.4970625rem;top:74.4375rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { width:15rem;height:22.09665rem;top:103.3125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { width:20rem;height:7.5rem;top:130.875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1lyS2lrKTv20rf0951c6sBOZuQiwQS { width:18.4375rem;height:7.96875rem;top:57rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { display:block; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { width:20rem;height:150.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmTlVCtWbzEzTlhAxBkwPfpqWBRk3wq { width:17.1875rem;height:3.125rem;top:3.3125rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ8RgWAO4kQhnzFGz2fORDiT0mlQTiS8 { width:14.9375rem;height:3.8994125rem;top:7rem;left:1.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPTWc8digTBQyunTGcncC5oOeqDpuTF { width:20rem;height:39.25rem;top:74.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbfrdKS80NRuyR1VM09a6mtp7m9eR1g { width:20rem;height:8.4375rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4MF7SgVAmbQ7SxW255yRF64rNM3i7c { width:9.5rem;height:2.5rem;top:40.875rem;left:1.125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddqmRJCHIqTJntfHmzL34EzqZLLQG6ZL { width:15.4375rem;height:2.25rem;top:41rem;left:4.5625rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #QUXhEqk7MEV6UnzFTmXkIrB2KqBwNynm { width:17.5625rem;height:3.59765625rem;top:43.5625rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPJ8Z1NxvyBwZHHXVqXqQBEr3cTxJ89s { width:20rem;height:12.8125rem;top:26.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAmONC3H0rp8ZFF1cqLe5Lis4lOJtEb4 { width:17.5rem;height:8.3945rem;top:29.625rem;left:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8ronJ4V6KFCl0TSg3Zho3zRoiSSTPb { width:11.8125rem;height:2.25rem;top:27.375rem;left:3.875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlBBgtSXqDie7T4TKsJg4SluKuLgRW7 { width:2.9375rem;height:1.25rem;top:28.3125rem;left:1.1875rem;font-size:1.25rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #lMcr40Eyb04wSy89W98yuai52SyFirCM { width:7.5625rem;height:1.125rem;top:28.3125rem;left:10.4375rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #brpX6P4S4oZ57wCSvJJmsGa0ZOBq1okl { width:20rem;height:12.9824375rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdF9tbis5uuFItXnV90Vw7TfiDXaTTEs { width:20rem;height:13rem;top:12.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4HZymFkxGW9k3EKfGv3vhTBk98eCPyD { width:20rem;height:4.375rem;top:48.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC6CWn2QG5t0VhTLnVaoM61gZTQXVxwS { width:18.75rem;height:0.5rem;top:51.4375rem;left:1.25rem;font-size:1rem;line-height:.5;display:block; }
 }@media only screen and (max-width: 763px) { #ymWBhWt8fGNIO3lDOLHU3Ae8vKdiLVSx { width:18.875rem;height:1.25rem;top:49.625rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9wDlPEyJZO7WlwXw93T4CGx5yyqrZSZ { width:20rem;height:7.25rem;top:114.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgngXAHT7hTHXpug7pbLDQIr39oN0MFd { width:18.8125rem;height:3.59765625rem;top:116.5rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmywRIwSDVoa1GcceWuTIhzFpVVKHCfc { width:18.9375rem;height:0.75rem;top:115.4375rem;left:1.0625rem;font-size:1.25rem;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #qJTIX949zlANEmDPl3SeRBJF0Af0TSEl { width:20rem;height:17.095890410959rem;top:122.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAbOsGEbFcLoSo2yaEhofLQq9UbxiEGE { width:20rem;height:17.125rem;top:122rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl699g2OxqE3pg7svM0idMUOvxOPGUHW { width:18.75rem;height:33.79493125rem;top:77.96875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urb8TV22QfX8Tib0OMwwhB122rXTnN69 { width:18.5625rem;height:31.625rem;top:55.88671875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #iRQsJqRTZCmHHcvPvPNOSrzm7iRX8AT6 { width:12.625rem;height:1.71875rem;top:76.25rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOh58mqdP7WWFZfaXuHAkTkIfUKMIp8W { width:7rem;height:2.0996125rem;top:76.259765625rem;left:0.53125rem;font-size:1rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #JyBoJz7Tzd2cMA0BzyXxsD6neibDQIOU { width:20rem;height:10.0625rem;top:140rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzLno7ytPsEAEwT3n9HsyIGqGUhlf8h { width:12.1875rem;height:2.25rem;top:141.25rem;left:1.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ENErvLGx3IR9smlZ7aUC6DKlmJhdssGc { width:18.8125rem;height:4.796875rem;top:144.0625rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi3uheqKKkr0UGOo5T0Z8PtHbu95Hn1K { width:20rem;height:9.875rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDTgPDVs37rWOXqDPbrahISS2bJ801k { width:20rem;height:19.875rem;top:55.07421875rem;left:0rem;z-index:15033;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo { display:block; }#s0J7Wy2sMGZTQw3HC7RxI3ZKiQw1Tnqo > .row .container { width:20rem;height:44.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z1FsqNCyQeohau5K984Nrui0Rplip92d { width:11.3125rem;height:2.0249rem;top:3.28515625rem;left:4.34375rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-heading-text { font-size:1rem;height:auto; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ .accordion-desc-text { font-size:0.875rem;height:auto; }
#blT0ehW8WZDAsoSSl19M37DDzQumXdJQ { display:flex;height:auto;width:20rem;top:6.4794921875rem;left:0rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #D9OsfPLRT7s3revcaXucnSxOMO5nW41g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #fTdy8OoD1l3kfBA6yrJv9AaqXoFG4TkK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #nPE99ou7opnOIANhZDCVcXgL57FqeCyK {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #HliIwpTpz4bKVxzcU7OTiuslfWLRdrtm {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OSX98FKU982mQWTvmrRZ8vtINxIhvpt5 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iLhRHiObUgpGLL7pDrTU73OFW4xT0qTO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #JVZeCUTIo0KqqPso1e4GZrHNBSq2EWMN {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #m8pOvHIITaiwPQb8ZINm5zRlP28a2WdS {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #B3iduTtfobDQT0lplTJS0h9w9MaVD1f4 {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #uJ9hrgfzGDosayTA1maL701PhZa6Tqgy {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #OB4mzAli6HuQ2WtpUh9qcfwTtKP4ychs {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #v5IUGR9yVpzF2G4bJv46vpq494Iz5bQG {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #gFnAVaHpLXwb6TAc9XGR5im299LJaEtd {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #waQ3Tia18xeMPgIkF56VhTuWJumiLLLW {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #tubtOGzPUsZt4RNvtTEerQJfAE0RLySV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #mB5k2l7e6R3og7vSdkv2Tsf1yyHGXy4O {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #oc4fNRRyMNX0Un46mZ5BBAb9TsNd1xEO {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #iABE9kWDwoJMAJcWty6BtQ1f2fgM3g6N {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #akaU52PcfZolDFz0JOPZ1vH7FqvlcLKn {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #Qt50uzWUcetyAA75wpOEyIpEEv9d434y {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #CkwbxyvzmuKSil1CTX393xil9zew8zme {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #AwhaVMrUL2aSuiAUwqmO9HKeWDdAhV5K {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #IT55EG0mWZnEodFZU2ZeoNrTpanR061e {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #VhNWT5DShQQ92QRtUvCxughc7aO2d65g {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eMDyuL5zSaS9oSui7U79xtbosJ0s07Np {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #MTbXBayPxgz48yNxqVFq6gO3y5DAV0QI {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #x7gXX2rFKQg4N0MxKFMdOpB641lLhpBc {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #eh3ZIGp6urfK7MmgshhU40bvDL97ndBV {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #qBeuBEOtTlpwSTCw2naaSsGRt4UC267a {  }
 }@media only screen and (max-width: 763px) { #blT0ehW8WZDAsoSSl19M37DDzQumXdJQ #cxyNTgvF16aOEG6VFqXtmDUWDCbbr8Lo {  }
 }@media only screen and (max-width: 763px) { #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/af1ab5ae-dcba-4c4d-b040-386fc4046d01/4.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.adaptive-delivery-prevent-bg, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyload, #mLl3gUXPAhGLbBSwCgNesxchhWem5zVx.lazyloading { background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { background-color: transparent; background-image: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.2); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row > .video-iframe-container { display: none; }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .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); }#mLl3gUXPAhGLbBSwCgNesxchhWem5zVx > .row .container { width:20rem;height:37.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaDWQyP36cq6IN66nLpO4mxZKsJcB9EP { width:19.5rem;height:14.21875rem;top:9.71875rem;left:0.25rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #G1Xau59pLUuSMaP6ULHWsrpU9r7IZF1d { width:16.9375rem;height:2.5996125rem;top:24.625rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N16OTzEJ0iPQPecv9KfO8RhD8piGuvSc { width:12.1875rem;height:6.8125rem;top:2.125rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLHhli5ot1FpS0S4ByXaR1ObfKswu95S { width:19rem;height:4.375rem;top:29.1875rem;left:0.5rem;font-size:1.125rem;background-color:#ea5297;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HczRmKSNfAcIVKZd7Dorf00CS84hlzdV { display:block; }
 }@media only screen and (max-width: 763px) { #Uvu0CWIeCqlwDccyzncEZusEZzpigiAS { display:block; }#Uvu0CWIeCqlwDccyzncEZusEZzpigiAS > .row .container { width:20rem;height:17.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zBQpIDSpCXVMh0rXdeTs0wi10zBECfLE { width:20rem;height:11.69530625rem;top:2.7763671875rem;left:0rem;font-size:0.75rem;display:block; }
 }