.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:222,227,237;--color-primary-1:198,209,224;--color-primary-2:90,114,164;--color-primary-3:46,80,142;--color-primary-4:18,23,33;--color-secondary-0:250,219,233;--color-secondary-1:241,201,221;--color-secondary-2:234,82,151;--color-secondary-3:140,49,91;--color-secondary-4:47,16,30;--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-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.9375rem;height:2.75rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.1875rem;left:57.0625rem;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:rgba(255,255,255,0.14);background-image:url("https://images.assets-landingi.com/uc/a795f5ce-fde3-46d4-8eb3-55546715ab8e/BasicSupportPack7.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#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); }#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); }#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 > .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:rgba(var(--color-secondary-2),1);display:block;width:45.5rem;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 1.25rem #ffffff;top:13.75rem;left:0rem;height:13.125rem;font-style:normal;display:block; }
#WfVwpX6TNbFTfwZ9yfPutnCXpiEfRZte { color:rgba(var(--color-tertiary-2),1);display:block;width:42.1875rem;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 1.25rem #ffffff;top:27.9833984375rem;left:0rem;height:4.38574375rem;font-style:normal;display:block; }
#FMTf9TwmlTl1qB23N7NBnKeMXhhDtSEC { 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: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; }
#XMB1vVWzq0PyMpxvCx5hNAWOro1uuZJZ { background-color:transparent;background-image:none;border-top:0.125rem solid rgba(var(--color-primary-3),1);border-left:0.125rem solid rgba(var(--color-primary-3),1);border-right:0.125rem solid rgba(var(--color-primary-3),1);border-bottom:0.125rem solid rgba(var(--color-primary-3),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-primary-3),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; }
#EtIsmyE6SB86LMhazEbnXgikiIEN64L6 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.625rem;width:14.3125rem;top:33.4375rem;left:52.0625rem;overflow:hidden;display:block; }
#hnsmiZP62erRlUROZEh67OP984Wa6hqE { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:4.4375rem;top:35.25rem;left:66.3125rem;overflow:hidden;display:block; }
#iGnlTz1wa9kTqVqm1mJ2h4tG3UsMbTaR { color:rgba(var(--color-secondary-2),1);display:block;width:46.75rem;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 1.25rem #ffffff;top:33.4375rem;left:0rem;height:2.9248rem;font-style:normal;display:block; }
#TK7Op9yd41urFdWCaXA3rCUmooEncksG { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:14.3125rem;top:8.03125rem;left:0rem;overflow:hidden;display:block; }
#UhGsmpaHtzdJqNe5GtqTvF5UPZDPyRMA { color:rgba(var(--color-secondary-2),1);display:block;width:45.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:13.75rem;left:0rem;height:13.125rem;font-style:normal;display:block; }
#smRpqQyP3RNqMXDnZ4cp3donzbhXroJP { color:rgba(var(--color-secondary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:33.4375rem;left:0rem;height:2.9248rem;font-style:normal;display:block; }
#CaazA50NGfTJxZnInsOqHleMWsUEHLWx { color:rgba(var(--color-tertiary-2),1);display:block;width:42.1875rem;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 1.25rem #ffffff;top:27.9833984375rem;left:0rem;height:4.38574375rem;font-style:normal;display:block; }
#JRXdHQDunXfXiVwqyvHK6oDsi1rT4cVr { box-sizing:content-box;height:10.4375rem;width:10.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15011;background-color:rgba(var(--color-primary-3),1);background-image:none;top:34.25rem;left:63.3125rem;display:block; }
#OR1Cwu5CmneL1c14PrES86ZeK5h72ITT { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15012;line-height:1.1;letter-spacing:0;top:39.0625rem;left:63.3125rem;height:1.71875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ETXrPN3SzPtsbuG9GCv4CIXLZDF5VVH8 { color:#faf9f7;display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:40.3125rem;left:63.3125rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hTqHOQiQI2xkmGmJKzySNafTEtrHMXzF { color:rgba(var(--color-secondary-2),1);display:block;width:45.5rem;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 1.25rem #ffffff;top:13.75rem;left:0rem;height:13.125rem;font-style:normal;display:none; }
#eGQxUBaHngzx3GH7wavdNrtBFhi7rVFq { color:rgba(var(--color-secondary-2),1);display:block;width:46.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.25rem #ffffff;top:33.4375rem;left:0rem;height:2.923825rem;font-style:normal;display:none; }
#gq9bqJnbsDvvck3tn5JHtpi0TiPIPTMX { color:rgba(var(--color-tertiary-2),1);display:block;width:42.1875rem;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 1.25rem #ffffff;top:27.9833984375rem;left:0rem;height:4.38574375rem;font-style:normal;display:none; }
#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT { position:relative;display:block; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT { background-color: transparent; background-image: none; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .row .container > .video-iframe-container { display: none; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .row > .video-iframe-container { display: none; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .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); }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT { border-width: 0; border-radius: 0; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .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; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .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:56.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; }#SUDBgu8eJ55bKWebsgWKTfVrn1AzHqrT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(0,0,0,0.5) ;height:42rem;width:75rem;top:8.5625rem;left:0rem;display:block; }
#IpSwLZMyQQ2NMCWmyP0qWyTsFzFfkdAb { 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:3.3125rem;width:12.9375rem;top:3.8125rem;left:31.03125rem;overflow:hidden;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:52.0625rem;width:75rem;position:relative;display:block; }#Rtw8nzkw4S3lACOMKeZ8c560waG69Wx4 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.0625rem;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:20.625rem;left:5.0625rem;height:6.499rem;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:15.6875rem;left:0rem;overflow:hidden;display:block; }
#OtIX4y22v5sPtLTS8Khl0FbbTLaOuuPH { color:rgba(var(--color-tertiary-2),1);display:block;width:17.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:15.6875rem;left:5.0625rem;height:3.0234375rem;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:15.6875rem;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:15.6875rem;left:50rem;overflow:hidden;display:block; }
#rZMnpUlWcZLbvWzSEndUIPScwopFWfCQ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.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:20.625rem;left:30.0625rem;height:6.499rem;font-style:normal;display:block; }
#UWocqAMDOvTgZwEdytspDz2WZGeG2Rw6 { color:rgba(var(--color-tertiary-2),1);display:block;width:19rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.1;letter-spacing:0;top:15.6875rem;left:30.0625rem;height:4.53515625rem;font-style:normal;display:block; }
#v0m2pBsXJyxUxzmOx5FX3E3KCSRSRBPJ { color:rgba(var(--color-tertiary-2),1);display:block;width:18.1875rem;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:20.4375rem;left:55rem;height:6.499rem;font-style:normal;display:block; }
#dPvSa04EPqMQOxZmmmWtHsVVA0x3T23O { color:rgba(var(--color-tertiary-2),1);display:block;width:20rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:15.6875rem;left:55rem;height:4.53515625rem;font-style:normal;display:block; }
#A1bG2vsslfk5wl6vokXrgSb4U7lK9MgC { 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:15017;line-height:1.3;letter-spacing:0;top:37rem;left:30.1875rem;height:6.499rem;font-style:normal;display:block; }
#Fg7p4dT5l4VhAEkrVkGgGcOJyg81pph3 { color:rgba(var(--color-tertiary-2),1);display:block;width:17rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.1;letter-spacing:0;top:32.1875rem;left:30.0625rem;height:3.0234375rem;font-style:normal;display:block; }
#uJugxtgdUzGdb2xaTvBfx97NTdPuUsKh { color:rgba(var(--color-tertiary-2),1);display:block;width:19.0625rem;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:37.375rem;left:55.0625rem;height:6.499rem;font-style:normal;display:block; }
#IKAZsusr3NTQWyweDmfRWBvaocuT4itF { color:rgba(var(--color-tertiary-2),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.1;letter-spacing:0;top:32.5625rem;left:55.0625rem;height:4.53515625rem;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:32.1875rem;left:25rem;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:32.5625rem;left:50rem;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:37.125rem;left:5.0625rem;height:6.499rem;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:32.1875rem;left:0rem;overflow:hidden;display:block; }
#CpUXnDrHPBKIWo898sfuWeoVJtUddAz8 { color:rgba(var(--color-tertiary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15012;line-height:1.1;letter-spacing:0;top:32.1875rem;left:5.0625rem;height:3.0234375rem;font-style:normal;display:block; }
#eCAETBcX7pTTPdSOpWBNhulRf4wQpfFK { box-sizing:content-box;height:7.0625rem;width:58.9375rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.375rem;left:8.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; }
#cQUlNXKulTlQXy7xkURKB4IvlDC55SVP { color:#ffffff;display:block;width:52.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.4375rem;left:10rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;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:54.0625rem;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:39.5625rem;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:16.0625rem;left:35.4375rem;height:20.4667875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WoNsiTEzD1s5R8xH1x9pv23WaZdJVuVu { 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:25rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:42.3125rem;left:42.75rem;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:34.875rem;width:34.875rem;top:13.3125rem;left:0rem;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:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 { 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; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row .container { background-color: transparent; background-image: none; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row .container > .video-iframe-container { display: none; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row > .video-iframe-container { display: none; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .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); }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row .container { border-width: 0; border-radius: 0; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row .container { font-size:0.875rem;font-family:arial;height:47.5625rem;width:75rem;position:relative;display:block; }#Cxx0Dgu2dhG99oxrIN0f6EvSCbLUQ6Ag { color:#ffffff;display:block;width:40.625rem;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:6.15625rem;left:0.3125rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZZLUwapEz01KTvB9P9V815ruswRs6eG { box-sizing:content-box;height:7.0625rem;width:41.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-3),1);background-image:none;top:5.125rem;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; }
#AmtOqaaNolzv7EUy5n8zQ4tQd2zCHes0 { color:rgba(var(--color-tertiary-2),1);display:block;width:42.75rem;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.431640625rem;left:0rem;height:24.85250625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#cenAZXbTbo6nWrPIXGpJxbABKvsTbEUm { position:absolute;display:block;z-index:14998;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:16.375rem;width:29.125rem;top:24.8935546875rem;left:45.875rem;overflow:hidden;display:block; }
#Zyl1IDTZuRy4hOUzanWaBnanewTsoeaT { position:absolute;display:block;z-index:14997;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.875rem;width:29.125rem;top:5.125rem;left:45.875rem;overflow:hidden;display:block; }
#RLIybsl2fwnMWPB3qnyIgKagEAfvH5hN { position:absolute;display:block;z-index:15032;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:5.625rem;width:5.625rem;top:20.4375rem;left:47.25rem;overflow:hidden;display:block; }
#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 { position:relative;display:block; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 { background-color: transparent; background-image: none; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .row .container > .video-iframe-container { display: none; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .row > .video-iframe-container { display: none; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .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); }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 { border-width: 0; border-radius: 0; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .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; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .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:72.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; }#gVTFnItIawdo6SzhoFDqxVny5HKTTTBc { position:absolute;display:block;z-index:15000;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:15.6875rem;width:19.4375rem;top:46.6875rem;left:60.3125rem;overflow:hidden;display:block; }
#G4LgbU145EEyGHtq8z1oox9TLrdlt2Qw { 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:8.5rem;width:15.4375rem;top:27.375rem;left:29.9375rem;overflow:hidden;display:block; }
#HiOutLbOLBqNe85RTODkpHq7k0CMoCLB { position:absolute;display:block;z-index:15001;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:7.875rem;width:18.9375rem;top:43.3125rem;left:17.3125rem;overflow:hidden;display:block; }
#yO79rk9hV3pnJ7994epyRcRPGrfKNmuJ { 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.875rem;width:13.6875rem;top:3.875rem;left:-5.3052650725494rem;overflow:hidden;display:block; }
#SaE1aiSSdnreP2wIMx9Pt0cWqVkbEeQg { 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:14.875rem;width:15.0625rem;top:31.875rem;left:-1.3288417431193rem;overflow:hidden;display:block; }
#m4m67wXTIlam4iOv3u8qbLg2eK4q1mTP { 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:8.5rem;width:17.5625rem;top:42.5625rem;left:39.25rem;overflow:hidden;display:block; }
#mzeT9wuKzoiDl3lCzGg3R2PpX38tO5ze { 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:17.375rem;width:15.625rem;top:49.9375rem;left:-6.8125rem;overflow:hidden;display:block; }
#CTqih5E03r1Cswq0Gg8z2TZViuUBE57m { position:absolute;display:block;z-index:15011;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:22.8125rem;width:17.1875rem;top:5.75rem;left:61.219827586207rem;overflow:hidden;display:block; }
#qnoKTO5oqFL7kfKVb4JWAgMPWGl8bdwC { position:absolute;display:block;z-index:15014;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:12rem;width:16.875rem;top:52.875rem;left:9.5625rem;overflow:hidden;display:block; }
#ecVM80AoJu8J2BN0yrq6uvSGPOTyMl7L { position:absolute;display:block;z-index:15017;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:9.1875rem;width:15.5625rem;top:11.34375rem;left:44.8125rem;overflow:hidden;display:block; }
#ByKRs64o1psVO3wUxv5VlwEQ3ltvMtJq { color:rgba(var(--color-tertiary-2),1);display:block;width:43.125rem;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:34.875rem;left:15.9375rem;height:5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#QKTdJUW1IX76iPrbGdyS17NOKTzJILqb { position:absolute;display:block;z-index:15001;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:15.5625rem;width:19.4375rem;top:50rem;left:-27.908180888692rem;overflow:hidden;display:block; }
#gG3zhTOyPa3kxn5Zf71kGDQhg3maUkSd { position:absolute;display:block;z-index:15015;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:12.9375rem;width:18.9375rem;top:29.3125rem;left:-23.321040372671rem;overflow:hidden;display:block; }
#luuOtwrGrWINbcwDxah4CCC5mTfDxtQM { position:absolute;display:block;z-index:15012;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:24rem;width:17.875rem;top:3.9375rem;left:-23.973669284468rem;overflow:hidden;display:block; }
#hNQE4MtpT8cOyJ1wOWwwhq4DmR5Rx3t6 { 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:26.1875rem;width:14.25rem;top:4.4375rem;left:79.762588196688rem;overflow:hidden;display:block; }
#a2whNp0DHJooF0awTTSS1c5sIF8smiOl { 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:14.875rem;width:15.125rem;top:32.1875rem;left:81.135283083969rem;overflow:hidden;display:block; }
#bNb08oTUFFCA9xD1zT3N6Et1I7Gq0eAP { position:absolute;display:block;z-index:15018;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:12.375rem;width:15.5625rem;top:5.625rem;left:9.46875rem;overflow:hidden;display:block; }
#Mxqvbe9FNaxWgr2dSfHHsO2dmqhTiOeP { position:absolute;display:block;z-index:15019;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:5.6875rem;width:15.5625rem;top:4.4375rem;left:44.8125rem;overflow:hidden;display:block; }
#NTSFugQHbbqn5NtJ8lByfod2X5l6uDdZ { position:absolute;display:block;z-index:15020;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:8rem;width:17.1875rem;top:20rem;left:9.3125rem;overflow:hidden;display:block; }
#PwDwwT2WJrzs2rOKRGIdOcCoDkvPnP59 { position:absolute;display:block;z-index:15021;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:3.25rem;width:17.25rem;top:15.96875rem;left:26.34375rem;overflow:hidden;display:block; }
#WpTgI1nUZZvUObyVFCpUTT4htFdBTRv2 { position:absolute;display:block;z-index:15022;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:7.25rem;width:31.4375rem;top:52.875rem;left:27.6875rem;overflow:hidden;display:block; }
#ytzB6pGhyTUhXhCNZnS67PIQqgBxZ21U { position:absolute;display:block;z-index:15023;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:11rem;width:17.6875rem;top:3.875rem;left:26.143609550562rem;overflow:hidden;display:block; }
#iM1NMbvbRVcgOmupW5gosKx5ewlcrBbX { position:absolute;display:block;z-index:15024;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:8.125rem;width:19.6875rem;top:36.625rem;left:60rem;overflow:hidden;display:block; }
#b3RUByhLg4GB6TTxgQydF4nHQxnum8IB { position:absolute;display:block;z-index:15025;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:5rem;width:31.875rem;top:21.5rem;left:27.34375rem;overflow:hidden;display:block; }
#dtFTqJemmkM0NJUhoZny6t4MQdMN6kF9 { position:absolute;display:block;z-index:15026;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:4rem;width:20rem;top:30.9375rem;left:59.565789473684rem;overflow:hidden;display:block; }
#PbiFSS11N16IOUP5aWqtZoKGA4CWKlBM { position:absolute;display:block;z-index:15027;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:5.25rem;width:31.3125rem;top:61.3125rem;left:27.8125rem;overflow:hidden;display:block; }
#GRo2HCUxbOCZTxwZZerIwHXNKyfwA9G9 { position:absolute;display:block;z-index:15028;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:3.25rem;width:18.125rem;top:44.4375rem;left:-20.708016717325rem;overflow:hidden;display:block; }
#XX6pzu39CVQhnvPBgoPc9iMGiq5sWrO4 { position:absolute;display:block;z-index:15019;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:17.375rem;width:22rem;top:48.34375rem;left:80.968807610056rem;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:4.875rem;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-primary-3),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:#ffffff;display:block;width:35.1875rem;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:12rem;left:2.5625rem;height:14.6191375rem;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:112.8125rem;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-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:25rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:101.875rem;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:59.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.6875rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:92.875rem;left:7.625rem;height:6.58008125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#URTGSBTnzWiT2dUBcNagXW2ltVIgsTkp { color:rgba(var(--color-tertiary-2),1);display:block;width:22.75rem;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:61.1875rem;left:38.5rem;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:84.9375rem;left:26.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#SFE5yeUtHBLKUtuUhDn0xshaB1WNSvSt { color:rgba(var(--color-secondary-2),1);display:block;width:21.125rem;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:56.8125rem;left:39.3125rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WTeH2IR1oAW3D0QcxOVN5KxJp9s9n5TU { color:rgba(var(--color-secondary-2),1);display:block;width:19.4375rem;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:80.625rem;left:27.78125rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nS9u7i1eZ80xSR4SGoLxagv1ex5OIO3I { color:rgba(var(--color-tertiary-2),1);display:block;width:21.3125rem;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:85rem;left:1.5625rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lKa6rR4dPzXqAyRnBqBeIteFfTw17C0g { color:rgba(var(--color-secondary-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:80.6875rem;left:0.9375rem;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:37.9375rem;left:26.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:38rem;left:51.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:38rem;left:1.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:84.9375rem;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:23.3125rem;left:32.8125rem;overflow:hidden;display:block; }
#HdOfBC1yCJUH6WIQMLB7iT9TpWRzs73p { color:rgba(var(--color-secondary-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:33.8125rem;left:53.3125rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fvePtSuw8BFC8D3wtyFTWHsMxm9BfSxN { color:rgba(var(--color-secondary-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:33.75rem;left:26.5625rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZKSwFmbhKthsSBvt0r70SMBI6zRPVEtT { color:rgba(var(--color-secondary-2),1);display:block;width:23.125rem;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:33.8125rem;left:0.9375rem;height:3.7119125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yHcuhFcRQXfToK6kx1HbpVlVp8co7e6A { color:rgba(var(--color-secondary-2),1);display:block;width:16.125rem;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:80.625rem;left:54.4375rem;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:64.25rem;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:6.8984375rem;left:5.375rem;height:9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TAMc1BKRJ4EkeGJDT8Z2CZfo0Fdep7gA { color:rgba(var(--color-tertiary-2),1);display:block;width:36.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:17.2109375rem;left:19.21875rem;height:2.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fsHGZN0g5gm4sVwxkWL0QPAi7sFGkqvw { color:rgba(var(--color-secondary-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:57.1875rem;left:14.5625rem;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:61.1875rem;left:14.0625rem;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:8.75rem;top:46.625rem;left:45.5rem;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:7.5625rem;top:70.375rem;left:32.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:70.5625rem;left:7.8125rem;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:23.3125rem;left:7.8125rem;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:70.375rem;left:57.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:46.625rem;left:20.28125rem;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:23.3125rem;left:57.8125rem;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:63.9375rem;width:75rem;position:relative;display:block; }#dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { color:rgba(var(--color-secondary-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:51.6875rem;left:2.96875rem;height:4.048825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;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.5625rem;left:0rem;height:30.7002rem;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-primary-3),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:39.9375rem;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; }#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; }
#K0sFyX2S8nVly6uHrMnkAWPOMATesQfy { 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:28.9375rem;left:3.4375rem;overflow:hidden;display:block; }
#f5EHA9kqHzTUUVcoMCwrioiKllJ3kDNO { 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:29rem;left:60.9375rem;overflow:hidden;display:block; }
#XI86Vmlt3X57zbOeBEqFa6W09XsHcMUq { box-sizing:content-box;height:12.5rem;width:26.0625rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:21.125rem;left:7.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;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; }
#TeQMFAmt2MFGzpq67I2k7S5QdvQmUfRt { box-sizing:content-box;height:16.125rem;width:29.6875rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);background-image:none;top:18.4375rem;left:36.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;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; }
#Oqxei1cTmb4Wq1z4730OM7WgFkMxSKsN { color:#ffffff;display:block;width:21.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:23.625rem;left:9.8125rem;height:6rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#y5T6Oe9FHQouFqxglxAyqHfsfkmT1Vtv { color:rgba(var(--color-tertiary-2),1);display:block;width:22.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15040;line-height:1.5;letter-spacing:0;top:20.375rem;left:39.25rem;height:10.5rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#NcmgpZ5osNwTpQstkI4WACpHoHKRSKaJ { color:rgba(var(--color-tertiary-2),1);display:block;width:46rem;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:11.125rem;left:13.875rem;height:4.048825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BPAP5Ff9m0TWBhoiIG0r9DA3mnnHIAK1 { color:rgba(var(--color-secondary-2),1);display:block;width:59.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.375rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:5.9375rem;left:13.5rem;height:4.375rem;font-style:normal;display:block; }
#w2UnqoSdnft92qIMt0X2WdikNxkIHOy5 { 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:12.9375rem;width:10.375rem;top:4.1875rem;left:2rem;overflow:hidden;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:60.125rem;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-secondary-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-primary-3),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-primary-3),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-primary-3),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:38.0625rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-primary-3),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-primary-3),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-primary-3),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-secondary-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 #RWBBOD8sVbV0KZCd6zBwTlZ7r5O9VOxF { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #IZh0FIML2p4xPyF44D7ATTaDS0KXDQts { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #GCwxpSfmF9Hx7MR6NGrcxzKBXPL2qXN1 { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #hPSmpwQFGwluw092QZetq6CeQu1PVZEO { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #MuyF8qeeJfKDHWLPbWeksp08Orkwv86C { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #x6skktEhkgbI0nZF1wpOTvMTz9CToP0o { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #HkUuTz7tsQUau2mu7uyb3o9LoheKVZWG { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #VlSkRXH5W85fKF7L2hkz0pi3NCZx53OQ { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #lFLPp4cNHDhWWNHocosN1RdPZSLxKmvo { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #NiLJ4tdXd13lhPt4BLOb0FFa7X9Hlv3b { position:relative; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #qpJCpI9UUdWmxDCbCWITfCcD9cFeQwtm { position:relative;display:block; }
#QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #u2NBrTaZunpGLTc7GvGgEtTtAPgnBBmN { 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; }
#WWdtN7Q6KhO7Qy3sgpAhw8N85sdRF7xB { color:rgba(var(--color-secondary-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-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: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; }
#bS1p5BdUloqsW4TqxCgpWcGdo3xDqTzP { box-sizing:content-box;height:53.125rem;width:49.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;top:0rem;left:12.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;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; }
#whdEAbuVlpd6TUBbEhiZAlKcNmeZCatN { 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:10.625rem;width:10.625rem;top:44.9375rem;left:57.9375rem;overflow:hidden;display:block; }
#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt { 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; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row .container { background-color: transparent; background-image: none; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row .container > .video-iframe-container { display: none; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row > .video-iframe-container { display: none; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .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); }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row .container { border-width: 0; border-radius: 0; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row .container { font-size:0.875rem;font-family:arial;height:56.625rem;width:75rem;position:relative;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.375rem;left:9.40625rem;height:6rem;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:46.875rem;left:6.375rem;height:4.0498rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { box-sizing:content-box;height:26.8125rem;width:20rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:15.9375rem;left:2.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; }
#G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { color:rgba(var(--color-secondary-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.3125rem;left:4.6875rem;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:20.4375rem;left:5rem;height:7.7988125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { box-sizing:content-box;height:26.8125rem;width:20rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:15.9375rem;left:27.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; }
#qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { color:rgba(var(--color-secondary-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.3125rem;left:29.6875rem;height:4.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { color:rgba(var(--color-tertiary-2),1);display:block;width:14.75rem;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:20.3125rem;left:30.125rem;height:16.89743125rem;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:31.375rem;left:3.3125rem;height:7.96875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { box-sizing:content-box;height:26.8125rem;width:20rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-1),1);background-image:none;top:15.9375rem;left:52.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; }
#tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { color:rgba(var(--color-secondary-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.3125rem;left:54.6875rem;height:4.5rem;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:20.8125rem;left:54.875rem;height:16.89743125rem;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:22rem;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.125rem;left:0.75rem;height:5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KZ8RgWAO4kQhnzFGz2fORDiT0mlQTiS8 { color:#ffffff;display:block;width:22rem;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.6875rem;left:0.75rem;height:4.38574375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JvPTWc8digTBQyunTGcncC5oOeqDpuTF { box-sizing:content-box;height:34.875rem;width:51rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),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:13.1875rem;width:22.8125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),0.52);background-image:none;top:17.875rem;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:18.9375rem;left:0.875rem;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:19.4375rem;left:6.6875rem;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:23.25rem;left:0.875rem;height:5.3984375rem;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-primary-3),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.875rem;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:6.7480625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Sa8ronJ4V6KFCl0TSg3Zho3zRoiSSTPb { color:rgba(var(--color-tertiary-2),1);display:block;width:12.25rem;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.125rem;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-primary-3),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-primary-3),0.12);background-image:none;top:31.9375rem;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:34.75rem;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:32.9375rem;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-primary-3),0.24);background-image:none;top:58.0625rem;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:61.125rem;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:59.1875rem;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:37.75rem;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-primary-3),0.12);background-image:none;top:37.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; }
#dl699g2OxqE3pg7svM0idMUOvxOPGUHW { color:#ffffff;display:block;width:30.6875rem;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:26.5rem;left:25.0625rem;height:24.8525625rem;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:34.875rem;width:17.9375rem;top:22.3125rem;left:57.0625rem;overflow:hidden;display:block; }
#iRQsJqRTZCmHHcvPvPNOSrzm7iRX8AT6 { color:#e87ead;display:block;width:41.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:23.8125rem;left:33.0625rem;height:2.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#VOh58mqdP7WWFZfaXuHAkTkIfUKMIp8W { color:#ffffff;display:block;width:24.25rem;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:24.625rem;left:25.125rem;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-primary-3),0.41);background-image:none;top:58.0625rem;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:59.1875rem;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:61.125rem;left:1.25rem;height:2.69921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wi3uheqKKkr0UGOo5T0Z8PtHbu95Hn1K { box-sizing:content-box;height:11.9375rem;width:22.8125rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),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/8223a34f-af12-4d7c-9f55-9d42e4c6b10e/20240624_1728261.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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(var(--color-tertiary-2),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(var(--color-tertiary-2),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 { 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:52.6875rem;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:17.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#G1Xau59pLUuSMaP6ULHWsrpU9r7IZF1d { color:#ffffff;display:block;width:66.875rem;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:35.25rem;left:4.0625rem;height:2.9248rem;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:9rem;width:27.0625rem;top:4.8125rem;left:23.96875rem;overflow:hidden;display:block; }
#KLHhli5ot1FpS0S4ByXaR1ObfKswu95S { 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:25rem;height:4.375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:42.0625rem;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; }#HkwoZfQClFOslIEVHg8iReUgaVZa9kvU { color:#ffffff;display:block;width:71.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:2.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:17.9375rem;height:2.75rem;top:1.1875rem;left:29.8125rem;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:13.75rem;left:0rem;width:45.5rem;height:13.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfVwpX6TNbFTfwZ9yfPutnCXpiEfRZte { top:27.9375rem;left:0rem;width:42.1875rem;height:4.375rem;font-size:0.9375rem;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) { #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) { #EtIsmyE6SB86LMhazEbnXgikiIEN64L6 { top:33.4375rem;left:33.4375rem;width:14.3125rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnsmiZP62erRlUROZEh67OP984Wa6hqE { top:35.25rem;left:43.3125rem;width:4.4375rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGnlTz1wa9kTqVqm1mJ2h4tG3UsMbTaR { top:33.4375rem;left:0rem;width:46.75rem;height:2.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TK7Op9yd41urFdWCaXA3rCUmooEncksG { top:8rem;left:0rem;width:14.3125rem;height:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhGsmpaHtzdJqNe5GtqTvF5UPZDPyRMA { top:13.75rem;left:0rem;width:45.5rem;height:13.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #smRpqQyP3RNqMXDnZ4cp3donzbhXroJP { top:33.4375rem;left:0rem;width:46.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaazA50NGfTJxZnInsOqHleMWsUEHLWx { top:27.9375rem;left:0rem;width:42.1875rem;height:4.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRXdHQDunXfXiVwqyvHK6oDsi1rT4cVr { top:34.25rem;left:37.3125rem;width:10.4375rem;height:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR1Cwu5CmneL1c14PrES86ZeK5h72ITT { top:39.0625rem;left:37.25rem;width:10.5rem;height:1.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETXrPN3SzPtsbuG9GCv4CIXLZDF5VVH8 { top:40.3125rem;left:37.25rem;width:10.5rem;height:2.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTqHOQiQI2xkmGmJKzySNafTEtrHMXzF { top:13.75rem;left:0rem;width:45.5rem;height:13.125rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eGQxUBaHngzx3GH7wavdNrtBFhi7rVFq { top:33.4375rem;left:0rem;width:46.75rem;height:2.875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #gq9bqJnbsDvvck3tn5JHtpi0TiPIPTMX { top:27.9375rem;left:0rem;width:42.1875rem;height:4.375rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT { display:block; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUDBgu8eJ55bKWebsgWKTfVrn1AzHqrT { top:8.5625rem;left:0rem;width:47.75rem;height:26.74rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSwLZMyQQ2NMCWmyP0qWyTsFzFfkdAb { top:3.8125rem;left:17.40625rem;width:12.9375rem;height:3.3125rem;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:20.625rem;left:0rem;width:18.0625rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTX82qNOEGMi2uEu78XgrkRiSZHtrZnD { top:15.6875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIX4y22v5sPtLTS8Khl0FbbTLaOuuPH { top:15.6875rem;left:0rem;width:17.25rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCKCuSO6yF7GoTg23a88NlxfzTeIJEhD { top:15.6875rem;left:15.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbf5cdv9033Ul22RpJ5LKy7hma889OCB { top:15.6875rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMnpUlWcZLbvWzSEndUIPScwopFWfCQ { top:20.625rem;left:13.375rem;width:18.375rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UWocqAMDOvTgZwEdytspDz2WZGeG2Rw6 { top:15.6875rem;left:12.75rem;width:19rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0m2pBsXJyxUxzmOx5FX3E3KCSRSRBPJ { top:20.4375rem;left:29.4375rem;width:18.1875rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPvSa04EPqMQOxZmmmWtHsVVA0x3T23O { top:15.6875rem;left:27.625rem;width:20rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1bG2vsslfk5wl6vokXrgSb4U7lK9MgC { top:37rem;left:13.5rem;width:18.25rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fg7p4dT5l4VhAEkrVkGgGcOJyg81pph3 { top:32.1875rem;left:14.75rem;width:17rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJugxtgdUzGdb2xaTvBfx97NTdPuUsKh { top:37.375rem;left:28.5625rem;width:19.0625rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKAZsusr3NTQWyweDmfRWBvaocuT4itF { top:32.5625rem;left:29.125rem;width:18.5rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FPGg5cbR98oPtIDzR7KiSn1x232DyUZX { top:32.1875rem;left:15.875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4xHKgBe32LrJG0t5VD2WSeq9WSTLmO { top:32.5625rem;left:31.75rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyubnoKlal39QT37h94BcXfxP2g2CgZX { top:37.125rem;left:0rem;width:18.25rem;height:7.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfTQtdePRkbnD4VMGmISv4TpVALe2znb { top:32.1875rem;left:0rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUXnDrHPBKIWo898sfuWeoVJtUddAz8 { top:32.1875rem;left:0rem;width:18.6875rem;height:4.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCAETBcX7pTTPdSOpWBNhulRf4wQpfFK { top:5.375rem;left:0rem;width:47.75rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUlNXKulTlQXy7xkURKB4IvlDC55SVP { top:6.4375rem;left:0rem;width:47.75rem;height:5rem;font-size:1.5625rem;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:16.0625rem;left:8.1875rem;width:39.5625rem;height:23.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoNsiTEzD1s5R8xH1x9pv23WaZdJVuVu { width:25rem;height:4.375rem;top:42.3125rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #D0rxBO5d30APJZOwUPtTfIUtozTLg9ew { display:block; }
 }@media only screen and (max-width: 763px) { #dNkbHdZTiFbrXsFW0PMRWnndFT6VHRAh { top:13.3125rem;left:0rem;width:34.875rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXZ0WPU5I0RU59uiLxC2pCLUTebSMWKO { top:5.25rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 { display:block; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxx0Dgu2dhG99oxrIN0f6EvSCbLUQ6Ag { top:6.125rem;left:0rem;width:40.625rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZZLUwapEz01KTvB9P9V815ruswRs6eG { top:5.125rem;left:0rem;width:41.25rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmtOqaaNolzv7EUy5n8zQ4tQd2zCHes0 { top:13.375rem;left:0rem;width:42.75rem;height:27.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cenAZXbTbo6nWrPIXGpJxbABKvsTbEUm { top:24.875rem;left:18.625rem;width:29.125rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyl1IDTZuRy4hOUzanWaBnanewTsoeaT { top:5.125rem;left:18.625rem;width:29.125rem;height:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLIybsl2fwnMWPB3qnyIgKagEAfvH5hN { top:20.4375rem;left:33.625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtOpe3gnZiog137pAuVI6TdUDTruxBz3 { display:block; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVTFnItIawdo6SzhoFDqxVny5HKTTTBc { top:46.6875rem;left:28.3125rem;width:19.4375rem;height:15.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4LgbU145EEyGHtq8z1oox9TLrdlt2Qw { top:27.375rem;left:16.3125rem;width:15.4375rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiOutLbOLBqNe85RTODkpHq7k0CMoCLB { top:43.3125rem;left:3.6875rem;width:18.9375rem;height:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO79rk9hV3pnJ7994epyRcRPGrfKNmuJ { top:3.875rem;left:0rem;width:13.6875rem;height:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaE1aiSSdnreP2wIMx9Pt0cWqVkbEeQg { top:31.875rem;left:0rem;width:15.0625rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4m67wXTIlam4iOv3u8qbLg2eK4q1mTP { top:42.5625rem;left:25.625rem;width:17.5625rem;height:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzeT9wuKzoiDl3lCzGg3R2PpX38tO5ze { top:49.9375rem;left:0rem;width:15.625rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqih5E03r1Cswq0Gg8z2TZViuUBE57m { top:5.75rem;left:30.5625rem;width:17.1875rem;height:22.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qnoKTO5oqFL7kfKVb4JWAgMPWGl8bdwC { top:52.875rem;left:0rem;width:16.875rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecVM80AoJu8J2BN0yrq6uvSGPOTyMl7L { top:11.3125rem;left:31.1875rem;width:15.5625rem;height:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKRs64o1psVO3wUxv5VlwEQ3ltvMtJq { top:34.875rem;left:2.3125rem;width:43.125rem;height:5rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKTdJUW1IX76iPrbGdyS17NOKTzJILqb { top:50rem;left:0rem;width:19.4375rem;height:15.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gG3zhTOyPa3kxn5Zf71kGDQhg3maUkSd { top:29.3125rem;left:0rem;width:18.9375rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #luuOtwrGrWINbcwDxah4CCC5mTfDxtQM { top:3.9375rem;left:0rem;width:17.875rem;height:24rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNQE4MtpT8cOyJ1wOWwwhq4DmR5Rx3t6 { top:4.4375rem;left:33.5rem;width:14.25rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2whNp0DHJooF0awTTSS1c5sIF8smiOl { top:32.1875rem;left:32.625rem;width:15.125rem;height:14.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNb08oTUFFCA9xD1zT3N6Et1I7Gq0eAP { top:5.625rem;left:0rem;width:15.5625rem;height:12.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxqvbe9FNaxWgr2dSfHHsO2dmqhTiOeP { top:4.4375rem;left:31.1875rem;width:15.5625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSFugQHbbqn5NtJ8lByfod2X5l6uDdZ { top:20rem;left:0rem;width:17.1875rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwDwwT2WJrzs2rOKRGIdOcCoDkvPnP59 { top:15.9375rem;left:12.71875rem;width:17.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpTgI1nUZZvUObyVFCpUTT4htFdBTRv2 { top:52.875rem;left:14.0625rem;width:31.4375rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytzB6pGhyTUhXhCNZnS67PIQqgBxZ21U { top:3.875rem;left:12.518609550562rem;width:17.6875rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1NMbvbRVcgOmupW5gosKx5ewlcrBbX { top:36.625rem;left:28.0625rem;width:19.6875rem;height:8.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3RUByhLg4GB6TTxgQydF4nHQxnum8IB { top:21.5rem;left:13.71875rem;width:31.875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtFTqJemmkM0NJUhoZny6t4MQdMN6kF9 { top:30.9375rem;left:27.75rem;width:20rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbiFSS11N16IOUP5aWqtZoKGA4CWKlBM { top:61.3125rem;left:14.1875rem;width:31.3125rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRo2HCUxbOCZTxwZZerIwHXNKyfwA9G9 { top:44.4375rem;left:0rem;width:18.125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX6pzu39CVQhnvPBgoPc9iMGiq5sWrO4 { top:48.3125rem;left:25.75rem;width:22rem;height:17.375rem;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:4.875rem;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:12rem;left:0rem;width:35.1875rem;height:17.5rem;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:101.875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL4ad6CQScBgZ8EvpaNdPlgzurrsT3fa { display:block; }
 }@media only screen and (max-width: 763px) { #GT3LHwS5fCZiH10HFkeG48dH2khtShLu { top:92.875rem;left:0rem;width:47.75rem;height:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTGSBTnzWiT2dUBcNagXW2ltVIgsTkp { top:61.1875rem;left:9rem;width:22.75rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNWWnchwwHblzZxBmbaKA1sNFoderJQ { top:84.9375rem;left:9.875rem;width:21.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFE5yeUtHBLKUtuUhDn0xshaB1WNSvSt { top:56.8125rem;left:10.625rem;width:21.125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeH2IR1oAW3D0QcxOVN5KxJp9s9n5TU { top:80.625rem;left:12.3125rem;width:19.4375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9u7i1eZ80xSR4SGoLxagv1ex5OIO3I { top:85rem;left:0rem;width:21.3125rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKa6rR4dPzXqAyRnBqBeIteFfTw17C0g { top:80.6875rem;left:0rem;width:23.1875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSxuNGkrGmE8WBKz4ZJ7CaEfM9cMHfbR { top:37.9375rem;left:9.875rem;width:21.875rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLW9AuRiywnUEsgdpwlIWwTvRkzPaFP { top:38rem;left:25.75rem;width:21.875rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tlgidQx8lRLJnaQlXmi3toJzbTa1qd { top:38rem;left:0rem;width:21.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1H1zt1rF9u6swF7sfeGr4OdCKogXcBN { top:84.9375rem;left:25.75rem;width:21.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSyaTSCqoUhwLLI4gJZ5GSba8uoDuu3V { top:23.3125rem;left:19.125rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOfBC1yCJUH6WIQMLB7iT9TpWRzs73p { top:33.8125rem;left:29.9375rem;width:17.6875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvePtSuw8BFC8D3wtyFTWHsMxm9BfSxN { top:33.75rem;left:9.875rem;width:21.875rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSwFmbhKthsSBvt0r70SMBI6zRPVEtT { top:33.8125rem;left:0rem;width:23.125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcuhFcRQXfToK6kx1HbpVlVp8co7e6A { top:80.625rem;left:31.5rem;width:16.125rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhqPzTWCz6qU4Dth5Dhu4FRzexP4aRO { top:6.875rem;left:0rem;width:47.75rem;height:9rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMc1BKRJ4EkeGJDT8Z2CZfo0Fdep7gA { top:17.1875rem;left:0rem;width:36.5625rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHGZN0g5gm4sVwxkWL0QPAi7sFGkqvw { top:57.1875rem;left:0rem;width:20.9375rem;height:3.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TtfXkxtAPn8dwy5y8pbbJk8gBKemwC { top:61.1875rem;left:0rem;width:21.875rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqeKWI695JraseyX3QLHfJSf6KQOHitT { top:46.625rem;left:23rem;width:8.75rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQt9UtR8tL4UL9aWGkLmW2hSTn6N65y { top:70.375rem;left:19.125rem;width:7.5625rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUgykRF8F4AkO8dNEVPfQkdxd74TVRDf { top:70.5625rem;left:3.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZh8NpJeBWImxfNmqSddzXIrBZQnJCI { top:23.3125rem;left:3.25rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8PD38rzh1dadloir7FXyuR0oToAOfL { top:70.375rem;left:35rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g02UmdTTWSTQerNsnKR152VKq7EnFMcL { top:46.625rem;left:6.5rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvg0544aeqgA7LOBawTb4aGwMHAHpClz { top:23.3125rem;left:35rem;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:51.6875rem;left:0rem;width:47.75rem;height:6.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { top:14.5625rem;left:0rem;width:47.75rem;height:33.5625rem;font-size:0.9375rem;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) { #LnKzMkTNxhAEGk1sZTvqO7DeAIVDlG2k { top:60rem;left:41.5rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #K0sFyX2S8nVly6uHrMnkAWPOMATesQfy { top:28.9375rem;left:0rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EHA9kqHzTUUVcoMCwrioiKllJ3kDNO { top:29rem;left:38.375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI86Vmlt3X57zbOeBEqFa6W09XsHcMUq { top:21.125rem;left:0rem;width:26.0625rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQMFAmt2MFGzpq67I2k7S5QdvQmUfRt { top:18.4375rem;left:18.0625rem;width:29.6875rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqxei1cTmb4Wq1z4730OM7WgFkMxSKsN { top:23.625rem;left:0rem;width:21.875rem;height:7.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5T6Oe9FHQouFqxglxAyqHfsfkmT1Vtv { top:20.375rem;left:24.9375rem;width:22.8125rem;height:12rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmgpZ5osNwTpQstkI4WACpHoHKRSKaJ { top:11.125rem;left:0.25rem;width:46rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPAP5Ff9m0TWBhoiIG0r9DA3mnnHIAK1 { top:5.9375rem;left:0rem;width:47.75rem;height:4.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2UnqoSdnft92qIMt0X2WdikNxkIHOy5 { top:4.1875rem;left:0rem;width:10.375rem;height:12.9375rem;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 #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 #hPSmpwQFGwluw092QZetq6CeQu1PVZEO {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #MuyF8qeeJfKDHWLPbWeksp08Orkwv86C {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #x6skktEhkgbI0nZF1wpOTvMTz9CToP0o {  }
 }@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 #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 #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) { #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) { #bS1p5BdUloqsW4TqxCgpWcGdo3xDqTzP { top:0rem;left:0rem;width:47.75rem;height:53.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #whdEAbuVlpd6TUBbEhiZAlKcNmeZCatN { top:44.9375rem;left:37.125rem;width:10.625rem;height:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt { display:block; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DeUWf0EII2SOdl558htE8VBU1AnLTEwV { top:5.375rem;left:0rem;width:47.75rem;height:6rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { top:46.875rem;left:0rem;width:47.75rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { top:15.9375rem;left:0rem;width:20rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { top:14.3125rem;left:0.125rem;width:15.625rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { top:20.4375rem;left:0.4375rem;width:15rem;height:9.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { top:15.9375rem;left:11.75rem;width:20rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { top:14.3125rem;left:16rem;width:15.625rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { top:20.3125rem;left:16.4375rem;width:14.75rem;height:19.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1lyS2lrKTv20rf0951c6sBOZuQiwQS { top:31.375rem;left:0rem;width:18.4375rem;height:7.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { top:15.9375rem;left:27.625rem;width:20rem;height:26.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { top:14.3125rem;left:31.875rem;width:15.625rem;height:4.5rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { top:20.8125rem;left:32.0625rem;width:15.25rem;height:19.4375rem;font-size:0.9375rem;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.125rem;left:0rem;width:22rem;height:5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ8RgWAO4kQhnzFGz2fORDiT0mlQTiS8 { top:11.6875rem;left:0rem;width:22rem;height:4.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPTWc8digTBQyunTGcncC5oOeqDpuTF { top:22.3125rem;left:0rem;width:47.75rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbfrdKS80NRuyR1VM09a6mtp7m9eR1g { top:17.875rem;left:0rem;width:22.8125rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4MF7SgVAmbQ7SxW255yRF64rNM3i7c { top:18.9375rem;left:0rem;width:9.5rem;height:4.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddqmRJCHIqTJntfHmzL34EzqZLLQG6ZL { top:19.4375rem;left:0rem;width:15.9375rem;height:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QUXhEqk7MEV6UnzFTmXkIrB2KqBwNynm { top:23.25rem;left:0rem;width:20.5rem;height:6.6875rem;font-size:0.9375rem;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:26.875rem;width:20.875rem;height:9.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8ronJ4V6KFCl0TSg3Zho3zRoiSSTPb { top:6.0625rem;left:35.5rem;width:12.25rem;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:31.9375rem;left:0rem;width:22.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC6CWn2QG5t0VhTLnVaoM61gZTQXVxwS { top:34.75rem;left:0rem;width:20rem;height:1.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymWBhWt8fGNIO3lDOLHU3Ae8vKdiLVSx { top:32.9375rem;left:0rem;width:24.125rem;height:1.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9wDlPEyJZO7WlwXw93T4CGx5yyqrZSZ { top:58.0625rem;left:20.5rem;width:27.25rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgngXAHT7hTHXpug7pbLDQIr39oN0MFd { top:61.125rem;left:23rem;width:24.75rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmywRIwSDVoa1GcceWuTIhzFpVVKHCfc { top:59.1875rem;left:22.6875rem;width:25.0625rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTIX949zlANEmDPl3SeRBJF0Af0TSEl { top:37.75rem;left:0rem;width:22.8125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAbOsGEbFcLoSo2yaEhofLQq9UbxiEGE { top:37.75rem;left:0rem;width:22.8125rem;height:19.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl699g2OxqE3pg7svM0idMUOvxOPGUHW { top:26.5rem;left:11.4375rem;width:30.6875rem;height:29.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #urb8TV22QfX8Tib0OMwwhB122rXTnN69 { top:22.3125rem;left:29.8125rem;width:17.9375rem;height:34.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRQsJqRTZCmHHcvPvPNOSrzm7iRX8AT6 { top:23.8125rem;left:5.8125rem;width:41.9375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOh58mqdP7WWFZfaXuHAkTkIfUKMIp8W { top:24.625rem;left:11.5rem;width:24.25rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyBoJz7Tzd2cMA0BzyXxsD6neibDQIOU { top:58.0625rem;left:0rem;width:46.375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzLno7ytPsEAEwT3n9HsyIGqGUhlf8h { top:59.1875rem;left:0rem;width:32.125rem;height:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENErvLGx3IR9smlZ7aUC6DKlmJhdssGc { top:61.125rem;left:0rem;width:44.5625rem;height:2.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi3uheqKKkr0UGOo5T0Z8PtHbu95Hn1K { top:5rem;left:0rem;width:22.8125rem;height:11.9375rem;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:17.5rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G1Xau59pLUuSMaP6ULHWsrpU9r7IZF1d { top:35.25rem;left:0rem;width:47.75rem;height:2.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N16OTzEJ0iPQPecv9KfO8RhD8piGuvSc { top:4.8125rem;left:10.34375rem;width:27.0625rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLHhli5ot1FpS0S4ByXaR1ObfKswu95S { width:25rem;height:4.375rem;top:42.0625rem;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) { #HkwoZfQClFOslIEVHg8iReUgaVZa9kvU { 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/eaabab72-8d76-4b0d-a30b-823b9fb39626/Projektbeznazwy20250515T142337586.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(255,255,255,0.45); }#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(255,255,255,0.45); }#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.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JRZI1H531nDN7DHLaJHvhDkTAnDTGglS { width:20rem;height:6.75rem;top:15.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #WfVwpX6TNbFTfwZ9yfPutnCXpiEfRZte { width:14.8125rem;height:8.53125rem;top:28.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FMTf9TwmlTl1qB23N7NBnKeMXhhDtSEC { width:18.75rem;height:3.125rem;top:39.0625rem;left:0.625rem;font-size:1rem;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) { #XMB1vVWzq0PyMpxvCx5hNAWOro1uuZJZ { width:11.25rem;height:2.8125rem;top:42.8125rem;left:4.375rem;font-size:0.875rem;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) { #EtIsmyE6SB86LMhazEbnXgikiIEN64L6 { width:5.9375rem;height:7.375rem;top:34.828125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnsmiZP62erRlUROZEh67OP984Wa6hqE { width:3rem;height:2.1875rem;top:30.4375rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGnlTz1wa9kTqVqm1mJ2h4tG3UsMbTaR { width:20rem;height:0;top:68.752rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TK7Op9yd41urFdWCaXA3rCUmooEncksG { width:14.3125rem;height:4.75rem;top:49.5rem;left:5.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UhGsmpaHtzdJqNe5GtqTvF5UPZDPyRMA { width:20rem;height:0;top:51.875rem;left:0rem;font-size:1.6875rem;text-align:center;text-align-last:center;line-height:1.3;display:none; }
 }@media only screen and (max-width: 763px) { #smRpqQyP3RNqMXDnZ4cp3donzbhXroJP { width:20rem;height:4.875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CaazA50NGfTJxZnInsOqHleMWsUEHLWx { width:20rem;height:0;top:59.704125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JRXdHQDunXfXiVwqyvHK6oDsi1rT4cVr { width:6.0625rem;height:6.0625rem;top:29.875rem;left:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OR1Cwu5CmneL1c14PrES86ZeK5h72ITT { width:6.0625rem;height:0.67480625rem;top:33.0625rem;left:13.875rem;font-size:0.75rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #ETXrPN3SzPtsbuG9GCv4CIXLZDF5VVH8 { width:6.0625rem;height:1.16796875rem;top:33.75rem;left:13.9375rem;font-size:1.0625rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hTqHOQiQI2xkmGmJKzySNafTEtrHMXzF { width:20rem;height:6.75rem;top:15.375rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.2;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #eGQxUBaHngzx3GH7wavdNrtBFhi7rVFq { width:20rem;height:4.875rem;top:22.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #gq9bqJnbsDvvck3tn5JHtpi0TiPIPTMX { width:14.8125rem;height:8.53125rem;top:28.625rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT { display:block; }#lXIbOIqnyMAPCxFDzLVEDlFNlV8Mi8lT > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SUDBgu8eJ55bKWebsgWKTfVrn1AzHqrT { height:11.2rem;width:20rem;top:6.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpSwLZMyQQ2NMCWmyP0qWyTsFzFfkdAb { width:12.9375rem;height:3.3125rem;top:2.1875rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC { display:block; }#bbIE6xrOUzl0nUQNKRe2i1wL8rGtueWC > .row .container { width:20rem;height:132.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rtw8nzkw4S3lACOMKeZ8c560waG69Wx4 { width:20rem;height:6.09375rem;top:22.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TTX82qNOEGMi2uEu78XgrkRiSZHtrZnD { width:6.25rem;height:6.25rem;top:12.8125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OtIX4y22v5sPtLTS8Khl0FbbTLaOuuPH { width:18.8125rem;height:2.75rem;top:19.0625rem;left:0.59375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pCKCuSO6yF7GoTg23a88NlxfzTeIJEhD { width:6.25rem;height:6.25rem;top:31.375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbf5cdv9033Ul22RpJ5LKy7hma889OCB { width:6.25rem;height:6.25rem;top:51.4375rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZMnpUlWcZLbvWzSEndUIPScwopFWfCQ { width:20rem;height:6.09375rem;top:42.625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UWocqAMDOvTgZwEdytspDz2WZGeG2Rw6 { width:20rem;height:4.125rem;top:37.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v0m2pBsXJyxUxzmOx5FX3E3KCSRSRBPJ { width:20rem;height:6.09375rem;top:62.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dPvSa04EPqMQOxZmmmWtHsVVA0x3T23O { width:20rem;height:4.125rem;top:57.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A1bG2vsslfk5wl6vokXrgSb4U7lK9MgC { width:18.9375rem;height:7.3125rem;top:121.1875rem;left:0.5625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fg7p4dT5l4VhAEkrVkGgGcOJyg81pph3 { width:18rem;height:2.75rem;top:117.8125rem;left:1rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uJugxtgdUzGdb2xaTvBfx97NTdPuUsKh { width:19.8125rem;height:7.3125rem;top:101.875rem;left:0.09375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IKAZsusr3NTQWyweDmfRWBvaocuT4itF { width:18.25rem;height:4.125rem;top:97.125rem;left:0.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FPGg5cbR98oPtIDzR7KiSn1x232DyUZX { width:6.25rem;height:6.25rem;top:90.875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xV4xHKgBe32LrJG0t5VD2WSeq9WSTLmO { width:6.25rem;height:6.25rem;top:111.5625rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyubnoKlal39QT37h94BcXfxP2g2CgZX { width:20rem;height:6.09375rem;top:82.375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yfTQtdePRkbnD4VMGmISv4TpVALe2znb { width:6.25rem;height:6.25rem;top:71.3125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpUXnDrHPBKIWo898sfuWeoVJtUddAz8 { width:19.5rem;height:4.125rem;top:77.5625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCAETBcX7pTTPdSOpWBNhulRf4wQpfFK { width:20rem;height:8.75rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQUlNXKulTlQXy7xkURKB4IvlDC55SVP { width:20rem;height:6.25rem;top:3.75rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWulxydKth8JXr9B89Ckshkw2SIAT0Hz { display:block; }#HWulxydKth8JXr9B89Ckshkw2SIAT0Hz > .row .container { width:20rem;height:69.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Th4kktvVSv7Qkn68VWMH3vBctICdqdTE { width:20rem;height:30.46875rem;top:31.28125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoNsiTEzD1s5R8xH1x9pv23WaZdJVuVu { width:18.75rem;height:3.125rem;top:63.8125rem;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:20rem;top:10.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXZ0WPU5I0RU59uiLxC2pCLUTebSMWKO { width:20rem;height:7.5rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 { display:block; }#zwp1PMEtJ1bPlZu87uW1A6UF9z4TzDn0 > .row .container { width:20rem;height:79.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cxx0Dgu2dhG99oxrIN0f6EvSCbLUQ6Ag { width:20rem;height:3.125rem;top:14.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZZLUwapEz01KTvB9P9V815ruswRs6eG { width:20rem;height:5.5rem;top:13.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmtOqaaNolzv7EUy5n8zQ4tQd2zCHes0 { width:20rem;height:40.21875rem;top:19.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cenAZXbTbo6nWrPIXGpJxbABKvsTbEUm { width:20rem;height:11.244125rem;top:2.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zyl1IDTZuRy4hOUzanWaBnanewTsoeaT { width:20rem;height:14.334rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RLIybsl2fwnMWPB3qnyIgKagEAfvH5hN { width:5.625rem;height:5.625rem;top:72.0625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtOpe3gnZiog137pAuVI6TdUDTruxBz3 { display:block; }#KtOpe3gnZiog137pAuVI6TdUDTruxBz3 > .row .container { width:20rem;height:85.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gVTFnItIawdo6SzhoFDqxVny5HKTTTBc { width:9.875rem;height:7.9375rem;top:49.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4LgbU145EEyGHtq8z1oox9TLrdlt2Qw { width:12.5rem;height:7.0625rem;top:0.625rem;left:3.75rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #HiOutLbOLBqNe85RTODkpHq7k0CMoCLB { width:9.875rem;height:4.0625rem;top:69.875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yO79rk9hV3pnJ7994epyRcRPGrfKNmuJ { width:9.875rem;height:17.9375rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaE1aiSSdnreP2wIMx9Pt0cWqVkbEeQg { width:9.875rem;height:9.75rem;top:59.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m4m67wXTIlam4iOv3u8qbLg2eK4q1mTP { width:9.875rem;height:4.75rem;top:69.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mzeT9wuKzoiDl3lCzGg3R2PpX38tO5ze { width:9.875rem;height:10.9375rem;top:58.3125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTqih5E03r1Cswq0Gg8z2TZViuUBE57m { width:17.1875rem;height:22.8125rem;top:209.375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qnoKTO5oqFL7kfKVb4JWAgMPWGl8bdwC { width:9.875rem;height:7rem;top:74.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecVM80AoJu8J2BN0yrq6uvSGPOTyMl7L { width:9.875rem;height:5.8125rem;top:74.5rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByKRs64o1psVO3wUxv5VlwEQ3ltvMtJq { width:20rem;height:5.4375rem;top:6.625rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKTdJUW1IX76iPrbGdyS17NOKTzJILqb { width:9.875rem;height:7.875rem;top:118.9375rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gG3zhTOyPa3kxn5Zf71kGDQhg3maUkSd { width:9.875rem;height:6.6875rem;top:52.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #luuOtwrGrWINbcwDxah4CCC5mTfDxtQM { width:9.875rem;height:13.25rem;top:35.9375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hNQE4MtpT8cOyJ1wOWwwhq4DmR5Rx3t6 { width:14.25rem;height:26.1875rem;top:312rem;left:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a2whNp0DHJooF0awTTSS1c5sIF8smiOl { width:13.75rem;height:13.5625rem;top:339.5rem;left:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bNb08oTUFFCA9xD1zT3N6Et1I7Gq0eAP { width:9.875rem;height:7.8125rem;top:13.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mxqvbe9FNaxWgr2dSfHHsO2dmqhTiOeP { width:9.875rem;height:3.5625rem;top:27.1875rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTSFugQHbbqn5NtJ8lByfod2X5l6uDdZ { width:9.875rem;height:4.5625rem;top:19.625rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwDwwT2WJrzs2rOKRGIdOcCoDkvPnP59 { width:9.875rem;height:1.8125rem;top:24.75rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpTgI1nUZZvUObyVFCpUTT4htFdBTRv2 { width:9.875rem;height:2.25rem;top:30.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytzB6pGhyTUhXhCNZnS67PIQqgBxZ21U { width:9.875rem;height:6.125rem;top:13.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iM1NMbvbRVcgOmupW5gosKx5ewlcrBbX { width:9.875rem;height:4.0625rem;top:23.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b3RUByhLg4GB6TTxgQydF4nHQxnum8IB { width:9.875rem;height:1.5rem;top:28.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtFTqJemmkM0NJUhoZny6t4MQdMN6kF9 { width:9.875rem;height:1.9375rem;top:33.4375rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PbiFSS11N16IOUP5aWqtZoKGA4CWKlBM { width:9.875rem;height:1.625rem;top:31.25rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRo2HCUxbOCZTxwZZerIwHXNKyfwA9G9 { width:9.875rem;height:1.75rem;top:21.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XX6pzu39CVQhnvPBgoPc9iMGiq5sWrO4 { width:9.875rem;height:7.75rem;top:133rem;left:10.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rOTTDT3GxGscFRD7txeyGWCCm2B6g66x { display:block; }#rOTTDT3GxGscFRD7txeyGWCCm2B6g66x > .row .container { width:20rem;height:50.375rem;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:50.3125rem;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:23.39648125rem;top:23.9375rem;left:0.625rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 { display:block; }#HvTSaqMhSLWcB3wGKb9XuzVTAWZJT750 > .row .container { width:20rem;height:195rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VQ3Cev3RvMx2fS9Txhv20V1e3pgcFTs7 { width:18.75rem;height:3.125rem;top:189.125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UL4ad6CQScBgZ8EvpaNdPlgzurrsT3fa { display:block; }
 }@media only screen and (max-width: 763px) { #GT3LHwS5fCZiH10HFkeG48dH2khtShLu { width:20rem;height:8.77148125rem;top:179rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URTGSBTnzWiT2dUBcNagXW2ltVIgsTkp { width:18.75rem;height:4.875rem;top:93.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGNWWnchwwHblzZxBmbaKA1sNFoderJQ { width:16.5625rem;height:4.875rem;top:152.5625rem;left:1.71875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFE5yeUtHBLKUtuUhDn0xshaB1WNSvSt { width:15.6875rem;height:2.75rem;top:90.5rem;left:2.15625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTeH2IR1oAW3D0QcxOVN5KxJp9s9n5TU { width:14.375rem;height:2.75rem;top:149.25rem;left:2.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nS9u7i1eZ80xSR4SGoLxagv1ex5OIO3I { width:18.75rem;height:3.65625rem;top:133.875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKa6rR4dPzXqAyRnBqBeIteFfTw17C0g { width:17.8125rem;height:2.75rem;top:130.5rem;left:1.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qSxuNGkrGmE8WBKz4ZJ7CaEfM9cMHfbR { width:18.3125rem;height:6.09375rem;top:72.125rem;left:0.84375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTLW9AuRiywnUEsgdpwlIWwTvRkzPaFP { width:18.75rem;height:6.09375rem;top:51.625rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1tlgidQx8lRLJnaQlXmi3toJzbTa1qd { width:18.1875rem;height:4.875rem;top:32.5625rem;left:0.90625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1H1zt1rF9u6swF7sfeGr4OdCKogXcBN { width:18.75rem;height:4.875rem;top:113.6875rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mSyaTSCqoUhwLLI4gJZ5GSba8uoDuu3V { width:7.5rem;height:7.5rem;top:60.75rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdOfBC1yCJUH6WIQMLB7iT9TpWRzs73p { width:13.25rem;height:2.75rem;top:48.0625rem;left:3.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fvePtSuw8BFC8D3wtyFTWHsMxm9BfSxN { width:18.5rem;height:2.75rem;top:68.8125rem;left:0.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKSwFmbhKthsSBvt0r70SMBI6zRPVEtT { width:20rem;height:2.75rem;top:29.25rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHcuhFcRQXfToK6kx1HbpVlVp8co7e6A { width:11.9375rem;height:2.75rem;top:110.375rem;left:4.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLhqPzTWCz6qU4Dth5Dhu4FRzexP4aRO { width:20rem;height:9.375rem;top:5rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAMc1BKRJ4EkeGJDT8Z2CZfo0Fdep7gA { width:20rem;height:3.65625rem;top:15.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsHGZN0g5gm4sVwxkWL0QPAi7sFGkqvw { width:17.125rem;height:2.75rem;top:167.5625rem;left:1.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #V1TtfXkxtAPn8dwy5y8pbbJk8gBKemwC { width:18.75rem;height:4.875rem;top:170.9375rem;left:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lqeKWI695JraseyX3QLHfJSf6KQOHitT { width:7rem;height:7.5rem;top:40rem;left:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSQt9UtR8tL4UL9aWGkLmW2hSTn6N65y { width:6.0625rem;height:7.5rem;top:21.125rem;left:6.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUgykRF8F4AkO8dNEVPfQkdxd74TVRDf { width:7.5rem;height:7.5rem;top:121.9375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVZh8NpJeBWImxfNmqSddzXIrBZQnJCI { width:7.5rem;height:7.5rem;top:159.5rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fs8PD38rzh1dadloir7FXyuR0oToAOfL { width:7.5rem;height:7.5rem;top:102.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g02UmdTTWSTQerNsnKR152VKq7EnFMcL { width:7.5rem;height:7.5rem;top:141.1875rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvg0544aeqgA7LOBawTb4aGwMHAHpClz { width:7.5rem;height:7.5rem;top:82.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k { display:block; }#AZDzwe17sWdoVcSgxdKVBw9kiOzFqw1k > .row .container { width:20rem;height:105.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dWnO82pfTQXAqwTIQoeia5Rm7du6Tydl { width:20rem;height:8.097625rem;top:94.349609375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTun7rP8aoxqkI9xKQ7cnD52PTMvX0Jf { width:20rem;height:76.78125rem;top:14.38671875rem;left:0rem;font-size:0.9375rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #z5TKxCV1vmUoWhdKcRiq2KSEVy0rSkRZ { width:18.8125rem;height:7.5rem;top:4.3125rem;left:0.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #e0JlbTMZaJxrVlNFKgT93mpJndEr76T5 { width:20rem;height:10rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTXso3HkRBc9mBT9sIiedapd2XrqTco { display:block; }#pdTXso3HkRBc9mBT9sIiedapd2XrqTco > .row .container { width:20rem;height:63.875rem;position:relative;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) { #K0sFyX2S8nVly6uHrMnkAWPOMATesQfy { width:7.5rem;height:7.5rem;top:31.515625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5EHA9kqHzTUUVcoMCwrioiKllJ3kDNO { width:7.5rem;height:7.5rem;top:54.98046875rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XI86Vmlt3X57zbOeBEqFa6W09XsHcMUq { width:17.6875rem;height:12.5rem;top:21.875rem;left:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeQMFAmt2MFGzpq67I2k7S5QdvQmUfRt { width:17.6875rem;height:18.1875rem;top:39.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oqxei1cTmb4Wq1z4730OM7WgFkMxSKsN { width:15.875rem;height:8.53125rem;top:23.859375rem;left:3.21875rem;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #y5T6Oe9FHQouFqxglxAyqHfsfkmT1Vtv { width:15.875rem;height:13.125rem;top:42.48046875rem;left:0.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcmgpZ5osNwTpQstkI4WACpHoHKRSKaJ { width:13rem;height:9rem;top:6.1875rem;left:7rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BPAP5Ff9m0TWBhoiIG0r9DA3mnnHIAK1 { width:13rem;height:3.4375rem;top:2.75rem;left:7rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #w2UnqoSdnft92qIMt0X2WdikNxkIHOy5 { width:10.6875rem;height:13.6875rem;top:6.1875rem;left:0rem;z-index:15002;display:block; }
 }@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:69.1875rem;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;line-height:1.4;overflow:hidden;height:auto; }
#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 #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 #hPSmpwQFGwluw092QZetq6CeQu1PVZEO {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #MuyF8qeeJfKDHWLPbWeksp08Orkwv86C {  }
 }@media only screen and (max-width: 763px) { #QphJSmTS0aDh9iowWQzhtyVNTRhP6ec9 #x6skktEhkgbI0nZF1wpOTvMTz9CToP0o {  }
 }@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 #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 #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) { #WWdtN7Q6KhO7Qy3sgpAhw8N85sdRF7xB { width:16.1875rem;height:1.798825rem;top:61.5rem;left:1.9375rem;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:63.875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #URFfy0S93R0fGm0tT52TJSfBUsTne08F { display:block; }
 }@media only screen and (max-width: 763px) { #by6r1uyX6tBXbB6QO1Byk5GDhSzIPEnO { top:59.625rem;left:0rem;width:20rem;height:7.375rem;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) { #bS1p5BdUloqsW4TqxCgpWcGdo3xDqTzP { width:20rem;height:68.75rem;top:154.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #whdEAbuVlpd6TUBbEhiZAlKcNmeZCatN { width:7.5rem;height:7.5rem;top:54.0625rem;left:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt { display:block; }#tq7xOQuTLtrrQ3TE7F3Zg3ILAL4TxgSt > .row .container { width:20rem;height:102.5625rem;position:relative;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) { #XJ1SVqcpcR6xyuR4wAQdKOTCGW7LNtrG { width:20rem;height:4.5rem;top:94.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yK0FKZv5ExnHMTXT7CICsTeybPT7Jshn { width:16.875rem;height:23.375rem;top:14.6875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5KNDFwK5RIkeOgaUaRl8gziBLLHnuLE { width:15.625rem;height:4.5rem;top:12.5rem;left:2.25rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ5QpLxbWZSnPcUHEuePoTcoax4orpNF { width:15rem;height:8.53125rem;top:17.5625rem;left:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #csMuWT7pzqPVPEZARKU30aMLwhcHG8s8 { width:16.875rem;height:21.75rem;top:42.8125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQJ9eIcTG7PCPHaXUlVWtuJdPMOuASQx { width:15.625rem;height:4.5rem;top:40.625rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWOWKIEap2aWDnKsRRGvndee4cgDTEEN { width:15rem;height:15.84375rem;top:46.1875rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HM1lyS2lrKTv20rf0951c6sBOZuQiwQS { width:18.4375rem;height:7.96875rem;top:27.75rem;left:0.78125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cTIa3vcqEXnlXMzSg07sx7S4KhLEuBqM { width:16.875rem;height:22.625rem;top:69.6875rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXI1lsCnXo1NRI4iIw9TlwTrfqEomZsO { width:15.625rem;height:4.5rem;top:67.625rem;left:2.1875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CudTAhVtL6Lfo736xlJTWg0F00XAz2eJ { width:15rem;height:17.0625rem;top:73.0625rem;left:2.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 { display:block; }#Mla39W8gz7JlsaPvxou2EcAopT6Fmxe5 > .row .container { width:20rem;height:155.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qUmTlVCtWbzEzTlhAxBkwPfpqWBRk3wq { width:17.1875rem;height:3.125rem;top:4.6875rem;left:1.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KZ8RgWAO4kQhnzFGz2fORDiT0mlQTiS8 { width:16.1875rem;height:3.65625rem;top:8.375rem;left:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvPTWc8digTBQyunTGcncC5oOeqDpuTF { width:20rem;height:41rem;top:77.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJbfrdKS80NRuyR1VM09a6mtp7m9eR1g { width:20rem;height:9.3125rem;top:42.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IZ4MF7SgVAmbQ7SxW255yRF64rNM3i7c { width:9.3125rem;height:2.5rem;top:43.5625rem;left:1.3125rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddqmRJCHIqTJntfHmzL34EzqZLLQG6ZL { width:14.8125rem;height:2.25rem;top:43.6875rem;left:5.1875rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #QUXhEqk7MEV6UnzFTmXkIrB2KqBwNynm { width:18.3125rem;height:4.5rem;top:46.25rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPJ8Z1NxvyBwZHHXVqXqQBEr3cTxJ89s { width:20rem;height:13.5625rem;top:28.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GAmONC3H0rp8ZFF1cqLe5Lis4lOJtEb4 { width:17.5rem;height:7.875rem;top:32.3125rem;left:1.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sa8ronJ4V6KFCl0TSg3Zho3zRoiSSTPb { width:12.5625rem;height:2.25rem;top:29.5rem;left:3.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXlBBgtSXqDie7T4TKsJg4SluKuLgRW7 { width:2.9375rem;height:1rem;top:30.5625rem;left:1.125rem;font-size:1.25rem;line-height:.8;display:block; }
 }@media only screen and (max-width: 763px) { #lMcr40Eyb04wSy89W98yuai52SyFirCM { width:8.3125rem;height:1.125rem;top:30.4375rem;left:9.75rem;font-size:1.25rem;line-height:.9;display:block; }
 }@media only screen and (max-width: 763px) { #brpX6P4S4oZ57wCSvJJmsGa0ZOBq1okl { width:20rem;height:12.9824375rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qdF9tbis5uuFItXnV90Vw7TfiDXaTTEs { width:20rem;height:13rem;top:14.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4HZymFkxGW9k3EKfGv3vhTBk98eCPyD { width:20rem;height:4.375rem;top:52.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uC6CWn2QG5t0VhTLnVaoM61gZTQXVxwS { width:18.75rem;height:0.46875rem;top:55.5rem;left:1.25rem;font-size:0.9375rem;line-height:.5;display:block; }
 }@media only screen and (max-width: 763px) { #ymWBhWt8fGNIO3lDOLHU3Ae8vKdiLVSx { width:18.875rem;height:1.25rem;top:53.6875rem;left:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9wDlPEyJZO7WlwXw93T4CGx5yyqrZSZ { width:20rem;height:7.25rem;top:119.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgngXAHT7hTHXpug7pbLDQIr39oN0MFd { width:18.875rem;height:3.375rem;top:121.9375rem;left:1.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmywRIwSDVoa1GcceWuTIhzFpVVKHCfc { width:18.9375rem;height:0.75rem;top:120.5rem;left:1.0625rem;font-size:1.25rem;line-height:.6;display:block; }
 }@media only screen and (max-width: 763px) { #qJTIX949zlANEmDPl3SeRBJF0Af0TSEl { width:20rem;height:17.125rem;top:127.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OAbOsGEbFcLoSo2yaEhofLQq9UbxiEGE { width:20rem;height:17.125rem;top:127.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dl699g2OxqE3pg7svM0idMUOvxOPGUHW { width:18.75rem;height:35.34375rem;top:80.875rem;left:0.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urb8TV22QfX8Tib0OMwwhB122rXTnN69 { width:16.375rem;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:79.125rem;left:7.375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOh58mqdP7WWFZfaXuHAkTkIfUKMIp8W { width:6.75rem;height:1.96875rem;top:79.125rem;left:0.8125rem;font-size:0.9375rem;line-height:2.1;display:block; }
 }@media only screen and (max-width: 763px) { #JyBoJz7Tzd2cMA0BzyXxsD6neibDQIOU { width:20rem;height:10.0625rem;top:145.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAzLno7ytPsEAEwT3n9HsyIGqGUhlf8h { width:12.1875rem;height:2.25rem;top:146.5625rem;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.5rem;top:149.375rem;left:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi3uheqKKkr0UGOo5T0Z8PtHbu95Hn1K { width:20rem;height:9.875rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwDTgPDVs37rWOXqDPbrahISS2bJ801k { width:20rem;height:19.875rem;top:58.0625rem;left:0rem;z-index:15002;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:48.5rem;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/8223a34f-af12-4d7c-9f55-9d42e4c6b10e/20240624_1728261.jpg");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(46,80,142,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(46,80,142,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:34rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uaDWQyP36cq6IN66nLpO4mxZKsJcB9EP { width:20rem;height:10.15625rem;top:7.875rem;left:0rem;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:20rem;height:6.09375rem;top:18.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N16OTzEJ0iPQPecv9KfO8RhD8piGuvSc { width:12.1875rem;height:4.0625rem;top:2.75rem;left:3.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLHhli5ot1FpS0S4ByXaR1ObfKswu95S { width:18.75rem;height:3.125rem;top:26.6875rem;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) { #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) { #HkwoZfQClFOslIEVHg8iReUgaVZa9kvU { width:20rem;height:11.69530625rem;top:2.7763671875rem;left:0rem;font-size:0.75rem;display:block; }
 }