.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:219,238,247;--color-primary-1:135,199,227;--color-primary-2:15,142,199;--color-primary-3:8,71,100;--color-primary-4:2,21,30;--color-secondary-0:255,253,250;--color-secondary-1:255,248,238;--color-secondary-2:255,241,221;--color-secondary-3:128,121,111;--color-secondary-4:38,36,33;--color-tertiary-0:255,255,255;--color-tertiary-1:215,196,246;--color-tertiary-2:121,57,225;--color-tertiary-3:61,29,113;--color-tertiary-4:12,6,22;--headlines-font-family:"Kalnia";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:transparent;background-image:url("https://icons.assets-landingi.com/icon_3780e58c488cb075c7eb7363e547408ed8dd074e.svg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }body.adaptive-delivery-prevent-bg, body.lazyload, body.lazyloading { background-image: none; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),1); }#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); }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row .container { background-color: transparent; background-image: none; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row .container > .video-iframe-container { display: none; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.74); }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row > .video-iframe-container { display: block; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .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); }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row .container { border-width: 0; border-radius: 0; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm::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; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;position:relative;display:block; }#Sf7U6gEunJMeDtsNcH4SMbwVbXDTw3Vg { color:rgba(var(--color-tertiary-0),1);display:block;width:73rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:24.75rem;left:1rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P6LVOMsbIbKIRf2FNwbhMdZotyweRHvk { background-color:#78096e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.625rem;left:29.625rem;display:block; }
#Vvz2CDnal5ifPs2BAAWOGOvTTywnei4I { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nD6UuhXE0gp1H6Ti5bug7rdl40VcwXdg { color:rgba(var(--color-tertiary-0),1);display:block;width:73rem;position:absolute;font-family:montserrat;font-size:3.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:28rem;left:0rem;height:4.0833335rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bnDZzXd1rV1NIfm8ToOEI4MGiwK3Tnmw { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15002;background-color:#78096e;background-image:none;top:3.125rem;left:0rem;border-top-right-radius:156.25rem;border-bottom-right-radius:156.25rem;border-bottom-left-radius:156.25rem;border-top-left-radius:156.25rem;display:block; }
#RsJ2oftkKXbelnMvKwCnDITTg1He3rC4 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:13.5625rem;top:3.875rem;left:1.75rem;overflow:hidden;display:block; }
#lhAsJanMb2PVUtag6fh9lpLuUdpPxAbs { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:26.958335876465rem;display:block; }
#PlqXqRTpipRNKSMuirs5ZNlfpV5VAT81 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#klgy5Kk73BQppa764c91TiM4mHy0gsNS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.9375rem;left:34.375rem;display:block; }
#hmqloHvFJX2uRokHaSdI7TqsRCNGq9mM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aD9mJ7AZLaqg7XFJgGzWLUTOlMx9RmrS { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:40.625rem;display:block; }
#QaDf6ipc6Z3HDrGdxkBLvPE0nk57LMRT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#f6mockKu53pfBTFzkzTRAdTvi6bFdArm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:48.75rem;display:block; }
#RHbP9C1wUBL51APoWRB1UcK5d6U32eXx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#udLNHTbbg7J8aKxqaNEZZwxFoPkoXbgR { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#202020;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:3.875rem;left:60.875rem;display:block; }
#MxWsRRmWIbbzPkSCdulgU6oUFvmEMdvJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FTEQpc9mtqcQwxhOsXTCOkixwv373cKV { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.90625rem;left:55rem;display:block; }
#DyAWAdz1tg6GW9koawgO2Ts8I8k0QuFL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oqZyQgb9phcGrbQLkTXxnafsM532pAcb { color:#ff0042;display:block;width:27.9375rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.1458339691162rem;left:0.53125rem;height:1.833333375rem;display:none; }
#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z { position:relative;display:none; }#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z { border-width: 0; border-radius: 0; }#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z > .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; }#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container { border-width: 0; border-radius: 0; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l::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; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container { font-size:0.875rem;font-family:arial;height:55.375rem;width:75rem;position:relative;display:none; }#EzpM0cic6zG5SrOrTrPZtr2Jr8QwGqe7 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:26.958335876465rem;display:block; }
#KMfCPBWs02sTKv1Kwu5tSuabT2bLMTRA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ETcRe1gbR3M5MVuPM5VgVpnu6E8b1eAk { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:3.9375rem;left:34.375rem;display:block; }
#PXF6V0SQtCbnB1bnDGqR4sP9g0TuuuK1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gl5oqGasLdQhGGPHsJMyzewxiKp7i12l { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:40.625rem;display:block; }
#yXdFVHZ3IVHk9DcBZ9qvZ6d9orlZBBsM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dqkJWNbTiyAtm8AAP0iN8MQ3AqMTM6Ak { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:3.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.9375rem;left:48.75rem;display:block; }
#nxAF6PwPRJaTSh2McmplXLHdDTUVJ1qA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wTSnEa2uUhUbRdkZWO9V6KTUR7mnGCt1 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.3125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:3.90625rem;left:55rem;display:block; }
#Ugoln9KtsFCmJteTmBlUamsfoPZlfpWH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zzXTmqr9cH7Z82ydlChoRTESJODbxFIa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#TxO5GtszqolHXGMbZnRJu2bvLbixXwIW { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.8125rem;top:3.875rem;left:1.75rem;overflow:hidden;display:block; }
#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t { position:relative;display:none; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t { border-width: 0; border-radius: 0; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .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; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;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:none; }#JKl1F6nCKsMM6hqt3CPI0v6pFlohhetx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gPUwbQ8dNZ3kQ8NgGIzkBtRghpxKy6Hf { color:#000000;display:block;width:28rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:4.75rem;left:41.4375rem;height:3.66666675rem;display:none; }
#zWOrVMnBOEdVgV010a59JvzTbsBn7ezQ { background-color:#78096e;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.8125rem;height:4.375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:36.625rem;left:29.625rem;display:none; }
#onuX0tuuezVmk14KKyHcElDNqIaiSf46 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#im2PpDlgBcfcgth9SRDd20yaTWI6o8za { position:relative;display:block; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za { background-color: transparent; background-image: none; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .row .container > .video-iframe-container { display: none; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .row > .video-iframe-container { display: none; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .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); }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za { border-width: 0; border-radius: 0; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .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; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:47.25rem;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; }#Rz84yTwZSSqGCqPC2OTNORUNQ972b7Ae { color:#000000;display:block;width:28rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:4.75rem;left:41.4375rem;height:3.66666675rem;display:block; }
#iXD9HN08cKu88upo3FllpFZXxK2zPCkr { color:#2d2d2e;display:block;width:31.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41.4375rem;height:12.916667rem;display:block; }
#nzOlK5MmVp7Q9gdEZlF5W789bUz0iDEs { box-sizing:content-box;height:31.25rem;width:0.125rem;position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:8.35417175293rem;left:37.65625rem;display:block; }
#TCQEtvpzB3Xr8k61Ba9Ox78WwwrI9Q3q { color:#2d2d2e;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:21.4375rem;left:41.5rem;height:21rem;display:block; }
#L8i8fCfF9OKlrsmcUTTK5BtsIyg15mL7 { box-sizing:content-box;height:3.375rem;width:41.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.28);background-image:none;top:33.0625rem;left:32.1875rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:none; }
#KK6oIb69rbATWpnFqMeFbGsCi04BImG9 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:19.1875rem;width:34.25rem;top:13.375rem;left:0rem;display:block; }
#vya1oeFvmkAAhESPhByLvpKHwaa8viWt { color:#ffffff;display:block;width:12.8125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:33.75rem;left:10.75rem;height:1.333333375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H92CsH53bEGEcmATqIapaldZgA4XV2lp { box-sizing:content-box;height:2rem;width:12.5rem;position:absolute;display:block;z-index:14999;background-color:#0f8ec7;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.4375rem;left:10.875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;display:block; }
#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK { background-color:transparent;background-image: -webkit-linear-gradient(63deg, #78096e, rgba(120,9,110,0.7));background-image: -moz-linear-gradient(63deg, #78096e, rgba(120,9,110,0.7));background-image: -ms-linear-gradient(63deg, #78096e, rgba(120,9,110,0.7));background-image: -o-linear-gradient(63deg, #78096e, rgba(120,9,110,0.7));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096e', endColorstr='#78096eb2' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096e', endColorstr='#78096eb2' );";background-image: linear-gradient(63deg, #78096e, rgba(120,9,110,0.7));background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { background-color: transparent; background-image: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container > .video-iframe-container { display: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container { display: none; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .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); }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { border-width: 0; border-radius: 0; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:26.25rem;width:75rem;overflow:visible;position:relative;display:block; }#HypyGFCMZ8D240TwozNQDe2eiUauIt0i { color:rgba(var(--color-tertiary-0),1);display:block;width:46.4375rem;position:absolute;font-family:lato;font-size:2.125rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:11.6875rem;left:2.5625rem;height:2.08333325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QsFqfBiOuc8iR15T3yZ6h688Tu2QDV8H { color:rgba(var(--color-tertiary-0),1);display:block;width:43.8125rem;position:absolute;font-family:montserrat;font-size:2rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:14.3125rem;left:2.5625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#bZPfEygZXA0FWtU9waRzMN29hMdZLL9J { color:rgba(var(--color-tertiary-0),1);display:block;width:45.8125rem;position:absolute;font-family:montserrat;font-size:1.5rem;font-weight:400;z-index:15010;line-height:1.1;letter-spacing:0;top:18.4375rem;left:2.5625rem;height:1.583333375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VLWSMVBvoazUPsZUa3glmL4hfQVniTKw { color:rgba(var(--color-tertiary-0),1);display:block;width:47.9375rem;position:absolute;font-family:lato;font-size:3.3125rem;font-weight:700;z-index:15014;line-height:1;letter-spacing:0;top:6.1875rem;left:2.5rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uWbA7OVq8MBauHfP1ETJoqJ3T0ohDVTE { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.625rem;width:16.3125rem;top:4.3125rem;left:53.9375rem;overflow:hidden;display:block; }
#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { background-color: transparent; background-image: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container > .video-iframe-container { display: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container { display: none; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .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); }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { border-width: 0; border-radius: 0; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:43.75rem;width:75rem;position:relative;display:block; }#LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.6875rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:300;z-index:15003;line-height:1.5;letter-spacing:0;top:16.75rem;left:2.4375rem;height:15.333332875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { box-sizing:content-box;height:26.6875rem;width:23rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-primary-2),0.9);background-image:none;top:13.6875rem;left:0.8125rem;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;box-shadow: none;display:block; }
#Jtobd8se2Qv8KkE4NPL4ZdRZ6Ay5shqf { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -moz-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -ms-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -o-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096ec9', endColorstr='#a71d9bbf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096ec9', endColorstr='#a71d9bbf' );";background-image: linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:29.9375rem;left:28.75rem;display:block; }
#UXgmcmqpTMTvym6QABJoKmEW3rn0ks4c { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n7aQ1tDCWHBFtLUzGa8FKPcEs1EWhBdp { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:10.0625rem;width:10.0625rem;top:18.25rem;left:29rem;overflow:hidden;display:block; }
#XuZ9zfg36TE9x53LmqxT143t8ouC9UgN { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;box-shadow: none;height:8rem;width:15.25rem;top:19.0625rem;left:43.625rem;overflow:hidden;display:block; }
#VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { box-sizing:content-box;height:3.375rem;width:41.5625rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),0.19);background-image:none;top:35.75rem;left:30.5rem;border-top-left-radius:4.375rem;border-top-right-radius:4.375rem;border-bottom-left-radius:4.375rem;border-bottom-right-radius:4.375rem;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#DyB0JakuU2zfr4RzESOEDqGkv3VbxUQA { color:#2d2d2e;display:block;width:62.9375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:4.8125rem;left:2.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#esyqRFopnTIk9E2xNAptZpLWoAVQga3p { color:#2d2d2e;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.6875rem;font-weight:400;z-index:15002;line-height:1;letter-spacing:0;top:15.5625rem;left:46.0625rem;height:1.666666625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iRyQXMqGQbabcoT1Nzp90uZQeaOqoHLI { color:#2d2d2e;display:block;width:9.5625rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:15.5625rem;left:29.4375rem;height:1.75rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Gc5EVuemc6ukgLcFroZi01b8G7kGm9vG { color:#2d2d2e;display:block;width:11.25rem;position:absolute;font-family:montserrat;font-size:1.875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:15.375rem;left:62.125rem;height:1.833333375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mMk1kakbCF2tNxGrsnMflL1y307Mx1Nm { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -moz-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -ms-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -o-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096ec9', endColorstr='#a71d9bbf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096ec9', endColorstr='#a71d9bbf' );";background-image: linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.14453125rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:29.958984375rem;left:45.8125rem;display:block; }
#Gll85cpIWJJpryzUs9GPGtoVSpro9dn9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DOBARqMN2QAhFT5JDqn85flTedeaGfbv { background-color:transparent;background-image: -webkit-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -moz-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -ms-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-image: -o-linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096ec9', endColorstr='#a71d9bbf' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78096ec9', endColorstr='#a71d9bbf' );";background-image: linear-gradient(264deg, rgba(120,9,110,0.79), rgba(167,29,155,0.75));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.5625rem;height:3.1025375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:29.98046875rem;left:62.0625rem;display:block; }
#OHI2bIpP2lx2cVEsh43KGznAF3fSidR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UcQJUOlaOL2OGTbAXAcIBMmUZ9vMFpfC { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:11.1875rem;width:11.1875rem;top:17.4375rem;left:62.9375rem;overflow:hidden;display:block; }
#ilxNqFu9RJD4Z7m7K6ocySN5ZDJ7zuar { color:#1d556f;display:block;width:37.9375rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:36.875rem;left:32.375rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sLCVuotfndECTgruX4b7rwin349TVPt7 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:rgba(120,9,110,0.16);background-image:none;top:2.75rem;left:0rem;display:block; }
#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 { position:relative;display:block; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 { background-color: transparent; background-image: none; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row .container > .video-iframe-container { display: none; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row > .video-iframe-container { display: none; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .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); }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 { border-width: 0; border-radius: 0; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#bt3xMH8rbc9aOxtE6tkmb0xJPEIBrEuy { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15000;background-color:#f6fcff;background-image:none;top:31.8125rem;left:29.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#NPN8xLs56hneP12MFsAgZW7wUMTrrWgD { color:#78096e;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:33.625rem;left:32.375rem;height:2.58333325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#quaIBNe0NQkPlBpNfBy3Q9nwJ3D1HqDo { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.1875rem;left:31.1875rem; }
#fsOLmXv2SrH324obE7E2xU7qb38eSFqX { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:37.25rem;left:30.6875rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HfuJHIWcU4d0nDR85F9AxHGn8cFiW6IJ { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:37.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX { box-sizing:content-box;height:39.25rem;width:25.125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57c8f973-4547-4f63-b6a7-0e0539672a94/2d13441dd7ca441d8240f2bfdec123a3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:4.05078125rem;left:2.8333339691162rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX.adaptive-delivery-prevent-bg, #tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX.lazyload, #tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX.lazyloading { background-image: none; }
#DkbCSqPq5hOES0Fo0X1SFcIW6f74iGcd { color:rgba(var(--color-tertiary-4),1);display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:7.5625rem;left:30.4375rem;height:1.583333375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r3NTPJ2ll78LTmao3bUVqJCUDIB7ixZX { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.625rem;left:30.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZbFTVelxzqqLiUUVthWOex0QUzVqo6l3 { box-sizing:content-box;height:4.9375rem;width:32.3125rem;position:absolute;display:block;z-index:15019;background-color:#f1eaff;background-image:none;top:10.625rem;left:30.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#l2Z8xXf4gLtQDKpqK9Gb5fhitcCuucMF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:11.9375rem;left:32rem; }
#pwsrM6uCHv3sKMtFmdUxT6Z2VIeuFXPp { box-sizing:content-box;height:3.75rem;width:3.9375rem;position:absolute;display:block;z-index:15020;background-color:#fcfbff;background-image:none;top:11.25rem;left:31.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#awCxqwFLBSDXbdbt0iNsk3J0xCrScqdw { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.625rem;left:30.5rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bHAIWyyUyPkzRnVla2NmzlIiRl90lkQH { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15004;background-color:#f6fcff;background-image:none;top:31.8125rem;left:44.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#EH26D3RFMQ6DihwokAwlwpFLqsMDDfq7 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.6875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.5;letter-spacing:0;top:37.25rem;left:45.0625rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xPqaU2TebnWtDpT0ohMKvBbWkyuSHxlA { color:#78096e;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:33.625rem;left:46.9375rem;height:2.58333325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KvvxUlWaToiNJ3STapCblW6b61eVd57q { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:31.1875rem;left:45.75rem; }
#gTBxAup115urIr6AyXM3T5pq47qwLR2S { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15008;background-color:#f6fcff;background-image:none;top:31.8125rem;left:58.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#QhWKB9xI5HAwE9LmRbQ568oRSxeQUyyn { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:37.3125rem;left:60.625rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ituQxSbn88S1pfT7oGfrhncTkIioicNH { color:#78096e;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:33.625rem;left:60.5625rem;height:2.58333325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wne0MleBB0G7DrWmkGNJQCSr1HLP6v3n { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.1875rem;left:60.25rem; }
#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH { position:relative;display:block; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH { background-color: transparent; background-image: none; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row .container > .video-iframe-container { display: none; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row > .video-iframe-container { display: none; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .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); }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH { border-width: 0; border-radius: 0; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#qpp1QwkVpflCUp9G3DUMqFAAFDnNGZ4b { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15000;background-color:#f6fcff;background-image:none;top:31.8125rem;left:29.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#siyhuxarTIpO8zOp4npUvFuLrNonzlLN { color:#78096e;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:33.625rem;left:32.375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#m85xwBEUBIFFktfuF2IVJuM8TTJxLr4O { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.1875rem;left:31.1875rem; }
#RthnArM61ulgJpKxQnbPTDT42uDPpi33 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:37.25rem;left:30.6875rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#eJGwzSvt0cTlnQBkU0h1nQ1A30tSmcWS { color:rgba(var(--color-tertiary-4),1);display:block;width:23.4375rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:37.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#poWg0iulyvpWHBB4go3TLyaWhINaowNI { box-sizing:content-box;height:39.25rem;width:25.125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/2ffb1165-2b3a-493e-b1aa-4a603ae65b4c/WhatsAppImage20251117at213046.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#poWg0iulyvpWHBB4go3TLyaWhINaowNI.adaptive-delivery-prevent-bg, #poWg0iulyvpWHBB4go3TLyaWhINaowNI.lazyload, #poWg0iulyvpWHBB4go3TLyaWhINaowNI.lazyloading { background-image: none; }
#J93XbtvcuPvNhdTMh31Sey13lZHTxgtK { color:rgba(var(--color-tertiary-4),1);display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:7.5625rem;left:30.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#g98RVUH3DprOzPSGh06KR22GUN01K1U8 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.8125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.625rem;left:30.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wKOqENQltWzXZ1oxcFOPxkaTqFkxwi7w { box-sizing:content-box;height:4.9375rem;width:32.3125rem;position:absolute;display:block;z-index:15019;background-color:#f1eaff;background-image:none;top:10.625rem;left:30.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#dmh9rb1gSrd1RKnxmyfrAP99Sm3JBdpL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12rem;left:32rem; }
#T1QTh99nrTLNOsxcTS3H0JXuSWowUCTn { box-sizing:content-box;height:3.75rem;width:3.9375rem;position:absolute;display:block;z-index:15020;background-color:#fcfbff;background-image:none;top:11.25rem;left:31.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#eltEDx31LBT6c3m3BmRA46zVRT7raLws { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.25rem;left:30.5rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NonNch4LwAnFAGQZcS6ExNeIwdf31squ { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15004;background-color:#f6fcff;background-image:none;top:31.8125rem;left:44.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#TTqT9ZfAqRX3qPpSoLE1zpqgs3GReb32 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:montserrat;font-size:1.0625rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:36.375rem;left:45.53125rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pKCTFXbebqdTsOlyHu6HAIZUZMkzXP8N { color:#78096e;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:33.625rem;left:46.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vGoMbTwIMKNQghq1xeVBQiNUhASCiveL { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:31.1875rem;left:45.75rem; }
#ax6AW9KxxfB6WF5MaJp1UgKsnVev4hIq { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15008;background-color:#f6fcff;background-image:none;top:31.8125rem;left:58.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#MSviDCBoUwO33o5qbwo47pGoxZ1g8DvG { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:37.3125rem;left:60.625rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hiouU9N5P2dM9dDwPZzfPemfF3iUhVF3 { color:#78096e;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:33.625rem;left:60.5625rem;height:2.58333325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rpfvSEkkNiylLP2dumt7OBTfRmpFfNwO { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.1875rem;left:60.25rem; }
#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk { position:relative;display:block; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk { background-color: transparent; background-image: none; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row .container > .video-iframe-container { display: none; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row > .video-iframe-container { display: none; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .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); }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk { border-width: 0; border-radius: 0; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:var(--headlines-font-family);height:47.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#vC6idnvGwipyIr6fkKlTUKZx7VOQpxIg { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15000;background-color:#f6fcff;background-image:none;top:31.8125rem;left:29.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#PiqZoWDkgD8ShgfOauZtZkTPgvpprx81 { color:#78096e;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:33.625rem;left:32.375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RHp4BTI4mAIIhgS2o22iErcUzSmUSA6u { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.1875rem;left:31.1875rem; }
#HmTNzK89ezvBHqpuaBtx5EJHlAZma9c1 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.25rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:37.25rem;left:30.6875rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aTnOEyvTWuxr4gf9uTRbPvo6ReCE9WoD { color:rgba(var(--color-tertiary-4),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:11.5625rem;left:37.0625rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W { box-sizing:content-box;height:39.25rem;width:25.125rem;position:absolute;display:block;z-index:15018;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/1749cf0d-2056-4442-a39d-76bc696fdf57/ChatGPTImageNov172025at09_43_43PM.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:3.9375rem;left:2.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }#uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W.adaptive-delivery-prevent-bg, #uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W.lazyload, #uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W.lazyloading { background-image: none; }
#ICLAVQTARK6BgTv8c0G75KebS6SIVEk5 { color:rgba(var(--color-tertiary-4),1);display:block;width:41.0625rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:7.5625rem;left:30.4375rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#aanXEkcPnhhXnr1aUwhWuanTaAX2VHW5 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:lato;font-size:3rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.625rem;left:30.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#cF2TyVBN1V7rAycoSaiUMPdxTkcqiXik { box-sizing:content-box;height:4.9375rem;width:32.3125rem;position:absolute;display:block;z-index:15019;background-color:#f1eaff;background-image:none;top:10.625rem;left:30.4375rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#S07ibovgQ3EzLhSkPQGhyTLJdfwatFEG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:12rem;left:32rem; }
#x3uXDKUGquCCsRf8s2xcGfuuOe39SqEg { box-sizing:content-box;height:3.75rem;width:3.9375rem;position:absolute;display:block;z-index:15020;background-color:#fcfbff;background-image:none;top:11.25rem;left:31.0625rem;border-top-right-radius:1rem;border-bottom-right-radius:1rem;border-bottom-left-radius:1rem;border-top-left-radius:1rem;display:block; }
#FUXT4tXpUVREXDRwkmS0HfdusvlmWRFp { color:rgba(var(--color-tertiary-4),1);display:block;width:39.25rem;position:absolute;font-family:montserrat;font-size:1.1875rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:17.25rem;left:30.5rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#q4WsT9lkHMRC2Cl12XPbiTB5uAzlXoSJ { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15004;background-color:#f6fcff;background-image:none;top:31.8125rem;left:44.4375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#aC94qV5dWA9KeI2TJtN4RcP6yOCZgq0P { color:rgba(var(--color-tertiary-4),1);display:block;width:10.4375rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:37.5rem;left:46.21875rem;height:2.83333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J4dR5Zhnb0ZTEGDs1GzLTtTLtiDbf01K { color:#78096e;display:block;width:8.6875rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:33.625rem;left:46.9375rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r4gGCTx4k1AHNUNNAeEASQgn5VnaBfwf { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:31.1875rem;left:45.75rem; }
#m9STqNTL1qKkadmyIyxHC4Qh0hIxv87o { box-sizing:content-box;height:11rem;width:13.625rem;position:absolute;display:block;z-index:15008;background-color:#f6fcff;background-image:none;top:31.8125rem;left:58.9375rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#fZd0uIqVdHrkxsTApbVEga5oqAP3zA1o { color:rgba(var(--color-tertiary-4),1);display:block;width:10.625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:400;z-index:15023;line-height:1.4;letter-spacing:0;top:36.75rem;left:60.5625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vmaMySQvZX9MKoZrpuTHtgBD3zEc6ZVi { color:#78096e;display:block;width:10.75rem;position:absolute;font-family:montserrat;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:33.625rem;left:60.5625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hhQSvk60uBwEfMJhK9LKyEgsUDlnxmGs { box-sizing:content-box;color:#5d92ff;font-size:1rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:31.1875rem;left:60.25rem; }
#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fafafa;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; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { background-color: transparent; background-image: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container { display: none; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .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); }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { border-width: 0; border-radius: 0; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:39.5rem;width:75rem;position:relative;display:block; }#m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { color:#3c3c3c;display:block;width:20.4375rem;position:absolute;font-family:montserrat;font-size:1.625rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:13rem;left:3.25rem;height:3.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5625rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:5.875rem;left:30.9375rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { color:rgba(var(--color-tertiary-0),1);display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:11.9375rem;left:28.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.75rem;left:28.4375rem;display:block; }
#yfUWORMqvSlNEo6A8Htqad475lksPVob { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:20.0625rem;left:2.5rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.125rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:22rem;left:7.0625rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { color:rgba(var(--color-tertiary-0),1);display:block;width:18.75rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.375rem;left:28.375rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.375rem;left:4.375rem;display:block; }
#E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:#78096e;background-image:none;top:20.0625rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { color:rgba(var(--color-tertiary-0),1);display:block;width:16.1875rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:21.8125rem;left:31.625rem;height:3.33333325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { color:rgba(var(--color-tertiary-0),1);display:block;width:18.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:27.5rem;left:3.875rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { box-sizing:content-box;height:0.0625rem;width:18.125rem;position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.25rem;left:28.4375rem;display:block; }
#QVzXKTTPzaOrU8sdtZixJRtlSCXS20gl { color:rgba(var(--color-tertiary-0),1);display:block;width:1rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:4.75rem;left:28.4375rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rBbAdSSRIGX3JCT1bqGn38EsAD0Pesh3 { color:rgba(var(--color-tertiary-0),1);display:block;width:1rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:20.8125rem;left:3.875rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QHkyBJi6qUcKLwzF6ByEGhiMOcmva4J8 { color:rgba(var(--color-tertiary-0),1);display:block;width:1rem;position:absolute;font-family:montserrat;font-size:3.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:20.625rem;left:28.5625rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EAHTbWbOQXcxU7lzhibdcJ6QGVHglN0e { box-sizing:content-box;height:14.8125rem;width:21.875rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:3.3125rem;left:26.5625rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;display:block; }
#r8BicqJTGpPLszTIVqZ2x5wSAtmmMGDx { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:31.5rem;width:21.9375rem;top:3.5625rem;left:50.5rem;overflow:hidden;display:block; }
#Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { color:#131313;display:block;width:20.9375rem;position:absolute;font-family:lato;font-size:2.6875rem;font-weight:400;z-index:15001;line-height:1.1;letter-spacing:0;top:6.0625rem;left:3.125rem;height:5.8333335rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#T8bhvnR0WogH8zXvRUL7gecZerUfpWE2 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(120,9,110,0.16);background-image:none;top:5.375rem;left:0rem;display:block; }
#H1VxgBMvpBOqUFCTdfsDEpvynPuHeeEo { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(120,9,110,0.16);background-image:none;top:5.375rem;left:0rem;display:none; }
#UyRXvtkp7BTCxfEEdb65UvcbGV6TtbQJ { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(120,9,110,0.16);background-image:none;top:5.375rem;left:0rem;display:none; }
#E0L2TU18TTGOGThb0wkoDTckLZPT17T8 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15002;background-color:rgba(120,9,110,0.16);background-image:none;top:5.375rem;left:0rem;display:none; }
#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0.0625rem solid #c5c5c5;border-left:0.0625rem solid #c5c5c5;border-right:0.0625rem solid #c5c5c5;border-bottom:0.0625rem solid #c5c5c5;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; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row .container { background-color: transparent; background-image: none; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row .container > .video-iframe-container { display: none; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row > .video-iframe-container { display: none; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .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); }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row .container { border-width: 0; border-radius: 0; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:57.520833375rem;width:75rem;overflow:visible;position:relative;display:block; }#TQxk0DHTVHrQw067yaCM0IDNZHTH5OGK { color:rgba(var(--color-tertiary-4),1);display:block;width:33.9375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:3.8528747558594rem;left:2.8958339691162rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hzVHoGT6D5FdfA1vqW0GRbsPW4VgwWqD { box-sizing:content-box;height:33.5625rem;width:62.4375rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.625rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:0rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:0rem;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);display:block; }
#Fhk0rTgsS8Ql2IKar4k6IAg8MbwTt3PC { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:11.583343505859rem;left:0.47916793823242rem; }
#ZT33cNcvV5CRpFBeFPQ9qvIUD4Pg9PLL { color:rgba(var(--color-tertiary-4),1);display:block;width:45.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:13.0517578125rem;left:2.3955078125rem;height:25.3333335rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fsuKtNUsO2NEITEW8iMaluatek2AsMci { box-sizing:content-box;height:6.6875rem;width:6.6875rem;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:14998;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:36.894515991211rem;left:58.3125rem;display:block; }
#abpmuwzXv0WHO9zT3fl4Ogkw6OUlKdxR { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: none;height:39rem;width:25.9375rem;top:6.8528747558594rem;left:49.0625rem;overflow:hidden;display:block; }
#Opv6EMy4AkSTZ0qlDL1Cqr1NEOHnfMXQ { color:rgba(var(--color-tertiary-4),1);display:block;width:34.9375rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:7.7708435058594rem;left:2.8958339691162rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LlDxv4flrZiOQsqkZpw0RURE9vXCbnO8 { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:49.4375rem;left:5.125rem; }
#LlDxv4flrZiOQsqkZpw0RURE9vXCbnO8 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#JBf9BvGrPl7QgdIbsC15T4OXRIOIs25n { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:49.4375rem;left:9.875rem; }
#JBf9BvGrPl7QgdIbsC15T4OXRIOIs25n > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#w1yskbSGrTQcnGIIxTXvprGQIzAJclzp { box-sizing:content-box;color:#5d92ff;font-size:1.9375rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:49.4375rem;left:14.6875rem; }
#w1yskbSGrTQcnGIIxTXvprGQIzAJclzp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; }#thlTiZVfh1wK43scDVtUIJsFaP1oWcwz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.3125rem;position:absolute;font-family:montserrat;font-size:1.4375rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:48.65625rem;left:22.875rem;height:2.08333325rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a2CLKApZUXdkCoeAAxx29hLLIvwsEllB { color:rgba(var(--color-tertiary-4),1);display:block;width:43.3125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:50.875rem;left:23.0625rem;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WKk0x2hTXPh4B05NKmDqkEKxlgdNHwwf { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15001;background-color:rgba(120,9,110,0.16);background-image:none;top:1.5612182617188rem;left:0rem;display:block; }
#I0kroR7Mm1XDb1HcMOeQFk65CKey7Zgw { box-sizing:content-box;height:5.5625rem;width:50.875rem;position:absolute;display:block;z-index:14997;background-color:#f4f4f4;background-image:none;top:48.0625rem;left:19.6875rem;border-top-left-radius:2.375rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:3.5rem;display:block; }
#bNxsmXIs66LqBWidZJvQMSfaTAHezA9N { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:32.1875rem;left:14.5rem;display:none; }
#bNxsmXIs66LqBWidZJvQMSfaTAHezA9N > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#SkZr8p7JUzSBQgBhWvRXgoXUHGI5NCZr { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:32.0625rem;left:18.1875rem;display:none; }
#SkZr8p7JUzSBQgBhWvRXgoXUHGI5NCZr > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#Nq1FLxJf59n2tPCvd0N4qBRAu9tFqp7r { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.125rem;left:25.875rem;display:none; }
#Nq1FLxJf59n2tPCvd0N4qBRAu9tFqp7r > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#UEUCHmRQFkVAE6s2923dpUWIBwW4vNiW { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15024;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:17.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#vv1EPnU9IZNxJiNUtfmkCbEMdnpafWoI { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15028;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:25.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#gVJp8PnZfOxD7evvfcgsWUaQaRMNvBT9 { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15026;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:21.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#ItBgxs1N4SsFUIkgupOmGybugoglnfZL { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15022;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:13.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#IzmHrQXhSZGFK1hzS4uH47kqpVG4xrrO { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32rem;left:21.9375rem;display:none; }
#IzmHrQXhSZGFK1hzS4uH47kqpVG4xrrO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd { position:relative;display:block; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd { background-color: transparent; background-image: none; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .row .container > .video-iframe-container { display: none; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .row > .video-iframe-container { display: none; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .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); }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd { border-width: 0; border-radius: 0; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .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; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:37.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; }#JWI9wiZW3tMvKNmTFRqGIIxvNTIJv2D4 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:8.4375rem;width:8.375rem;top:11.3125rem;left:35.875001907349rem;overflow:hidden;display:block; }
#p1AJBbMt7W9HJkEAgIqd9sTpCDW8X5oE { color:rgba(var(--color-tertiary-4),1);display:block;width:22.0625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:13.3125rem;left:46.437501907349rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HUeqionlM7KR4fWe9kD9NsQ0MdiFJtmD { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:8.4375rem;width:8.4375rem;top:23.375rem;left:35.937501907349rem;overflow:hidden;display:block; }
#bQ7KfiMB2T9ZSN8ylz51LFM5By3Hh7Cu { color:rgba(var(--color-tertiary-4),1);display:block;width:26.4375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:25.5rem;left:46.437501907349rem;height:4.5rem;text-align:left;text-align-last:left;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#w1t5r2JLHlD7J1g5enT9V6hA61B1RINw { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.375rem;width:11.9375rem;top:10.434875488281rem;left:3.625rem;display:block; }
#yhxuNCISDVVo9hEdA3c1rh4nEvWUdvXz { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.25rem;width:11.9375rem;top:10.434875488281rem;left:19.250001907349rem;display:block; }
#CVx29Ig87tQfoGFmIEyO26iewT05lRgp { color:#383838;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:17.875rem;left:46.437501907349rem;height:1.333333375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uaT2OQDdaa4LUEhTnSbw3yB94QJ3pXQ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:.48;top:10.75rem;left:46.562501907349rem; }
#E9w1OkUnewRoEaPfeaq7mDzEba8pFu9u { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15002;background-color:#feefff;background-image:none;top:13.0625rem;left:35.500001907349rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#QeMiEEmsJ08war7cOuk9UBeTSbWVgUA9 { box-sizing:content-box;height:7rem;width:7rem;position:absolute;display:block;z-index:15001;background-color:#feefff;background-image:none;top:25.125rem;left:35.625001907349rem;border-top-right-radius:0.6875rem;border-bottom-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-top-left-radius:0.6875rem;display:block; }
#z2ky1IVhBoGlMWXdZVoDvk7RQzWWkwCI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:.48;top:22.25rem;left:46.625001907349rem; }
#aEN7BZ3VRx7k00trARyBCognp46nT9BW { color:rgba(var(--color-tertiary-4),1);display:block;width:24.4375rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:30.4375rem;left:46.437501907349rem;height:1.333333375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gNfbn4uTIZsuyHsd9K0pE1uDpXVTxuFb { color:#383838;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:31.875rem;left:4.0625rem;height:1.333333375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oJRUsg9IPSW1h79u2KNVTIeHrIKd0m5U { color:#383838;display:block;width:14.1875rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:31.875rem;left:19.687501907349rem;height:1.333333375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yat8n4AcUTEdBclfwbL6wcRoC9COczcm { color:rgba(var(--color-tertiary-4),1);display:block;width:38.8125rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iwyzm3BZw9VFU3zvZfSZwg1DKdpLtpdR { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(120,9,110,0.16);background-image:none;top:0.5625rem;left:0rem;display:block; }
#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row .container { background-color: transparent; background-image: none; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row .container > .video-iframe-container { display: none; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row > .video-iframe-container { display: none; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .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); }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row .container { border-width: 0; border-radius: 0; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row .container { font-size:0.875rem;font-family:arial;height:49.125rem;width:75rem;position:relative;display:block; }#a3KXS7HWxwkNqcnrQwrPLH0B7E067KN6 { 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: none;height:14.0625rem;width:21.0625rem;top:0.29296875rem;left:2.125rem;overflow:hidden;display:block; }
#bf1xl62wMtW4warKPPWC5I7rBKp7u5SF { 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: none;height:14.0625rem;width:18.75rem;top:0.25rem;left:23.875rem;overflow:hidden;display:block; }
#MCC98OopmL4bLTt5TL0gT7NuUlTrbLWq { 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: none;height:14.0625rem;width:18.75rem;top:14.95703125rem;left:34.6875rem;overflow:hidden;display:block; }
#KQMTcNlhI2rwu6TqQ3rbu4kgNTrTBPwl { 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: none;height:8.5625rem;width:21.0625rem;top:40.430969238281rem;left:2.125rem;overflow:hidden;display:block; }
#Z7mh7vDVy7PKv8unnkiuue2yCPMrTb24 { 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: none;height:14.0625rem;width:10.1875rem;top:0.26953125rem;left:43.25rem;overflow:hidden;display:block; }
#twdJ6MCkW9JogITMTTNxA4XonCyVcUcK { 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: none;height:22.9375rem;width:18.6875rem;top:26.05859375rem;left:54.09375rem;overflow:hidden;display:block; }
#baow8fbToToyPrWWMg4hfXRenZPkIfyG { 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: none;height:25.125rem;width:18.75rem;top:0.26953125rem;left:54.0625rem;overflow:hidden;display:block; }
#KQlhSyN3z2RLHRStwCkSB0T6X84zbmNB { 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: none;height:14.0625rem;width:10.25rem;top:14.93359375rem;left:23.875rem;overflow:hidden;display:block; }
#XOVkT0pvbGw7Higu8rwNpu5pFHgrwkC4 { 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: none;height:19.3125rem;width:29.6875rem;top:29.68359375rem;left:23.8125rem;overflow:hidden;display:block; }
#V6z5dV3kPDonwSkTr1FWZLt9iTf9v7pO { 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: none;height:14rem;width:21.0625rem;top:15.009094238281rem;left:2.125rem;overflow:hidden;display:block; }
#SyPMBMXWaMQSvJTfPOtaKTPETzmRJBcu { 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: none;height:10.0625rem;width:21.0625rem;top:29.66015625rem;left:2.125rem;overflow:hidden;display:block; }
#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;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; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row .container { background-color: transparent; background-image: none; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row .container > .video-iframe-container { display: none; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row > .video-iframe-container { display: none; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .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); }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row .container { border-width: 0; border-radius: 0; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:33.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#uRUPDaEmhxh9b0zXoXuGJMCJXg5gAU4z { color:rgba(var(--color-tertiary-4),1);display:block;width:53.75rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:6.5625rem;left:3.125rem;height:3.58333325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zdwCIfPNMilmTIvt04FMoU9rOSv6eFzT { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:13.75rem;left:3.125rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kdPo5V3kKdNHs5a09KRynbGKkOJ7OoTk { color:rgba(var(--color-tertiary-4),1);display:block;width:38.9375rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:21.990905761719rem;left:3.125rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#W4w34c8GuW1SBbD8WAX2Gpui7NEtz0AU { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:15.459625244141rem;left:2.0625rem; }
#d6ACliBGTQQFRsan0eORsVKvgn4r9zsZ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:16.959625244141rem;left:2.0625rem; }
#tLNKAf5Cdo8sNCZ5uyOnnkBqdJxhPFTC { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:18.459625244141rem;left:2.0625rem; }
#QKO9gBtyQbqQbwvbKNTe2rDfoyCKmZNV { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:23.834655761719rem;left:2.0625rem; }
#EQTCX5P6XofgSMCTZ87QhOMMQJAGruhf { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:25.272155761719rem;left:2.0625rem; }
#ZcgXKpiHMbUktR15mgtfMEC0EpLVacoW { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:26.772155761719rem;left:2.0625rem; }
#TKondvy0uksOdIwB5FEF4Up4grxSd7NM { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:28.334655761719rem;left:2.0625rem; }
#gaTm4eE4wxG2Ta6PXmcCSfPxZ7VJKTEs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.9375rem;width:38.4375rem;top:4.38671875rem;left:33.446617126465rem;overflow:hidden;display:block; }
#po46DZwvXTHFgoHIJQJqxRAAe39gQEyl { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:14999;background-color:rgba(120,9,110,0.16);background-image:none;top:4.6041564941406rem;left:0rem;display:block; }
#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 { background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row .container { background-color: transparent; background-image: none; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row .container > .video-iframe-container { display: none; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row > .video-iframe-container { display: none; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .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); }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row .container { border-width: 0; border-radius: 0; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:31.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#fE4Xo0yRCNBL60lUs7HRyCzzatMum5I4 { color:rgba(var(--color-tertiary-4),1);display:block;width:40.5625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:16.4375rem;left:33.5625rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kZkELBcG5cykzFqDky8LNt5no3JyZBOX { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.5rem;left:32.1875rem; }
#GRkuhgcFooLmMSZPT6Q8NfDsoIfX1Kts { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18rem;left:32.1875rem; }
#xBca0TunP9ylwaH1uFoUvaLK8Ux7Eo7v { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:19.5rem;left:32.1875rem; }
#xg7N2S1l62ksy4Qul8R8s3nqsxLEhRa6 { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:21.125rem;left:32.1875rem; }
#R2M11TlTbZeZP23KviJJMyedAqIIz4OZ { box-sizing:content-box;color:#5d92ff;font-size:0.625rem;font-weight:400;line-height:1;height:0.9375rem;width:0.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:22.5625rem;left:32.1875rem; }
#NtTSES34iHusEV8Qr5kCAKObJqJzI8l0 { color:rgba(var(--color-tertiary-4),1);display:block;width:63.6875rem;position:absolute;font-family:lato;font-size:2.5625rem;font-weight:400;z-index:15008;line-height:1.2;letter-spacing:0;top:4.1875rem;left:2.9375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hO47tWJ3qyeQGvDhIVVKJsGTHvZIpam3 { box-sizing:content-box;height:7.5rem;width:7.5rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:rgba(120,9,110,0.16);background-image:none;top:3.4375rem;left:0rem;display:block; }
#vsq6xzzTCoT4iXZsylzJxLtpHmZ2lz84 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:15.25rem;width:27.5625rem;top:12.5625rem;left:2.9375rem;overflow:hidden;display:block; }
#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v { background-color:transparent;background-image:url("https://images.assets-landingi.com/F2KRf_QfCqw/unsplash/headway-F2KRf_QfCqw-photo-1540575467063-178a50c2df87.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v.adaptive-delivery-prevent-bg, #BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v.lazyload, #BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v.lazyloading { background-image: none; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row .container { background-color: transparent; background-image: none; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,50,79,0.79); }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row .container > .video-iframe-container { display: none; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(22,50,79,0.79); }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row > .video-iframe-container { display: none; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .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); }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row .container { border-width: 0; border-radius: 0; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v::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; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:32.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#S7eiygxJ6iI0Ii93tTRIsPUOsWwM8dFe { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:13.0859375rem;left:0rem;height:3.33333325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qKTXFhhrkgw0MqJ3xd49UFEL5WPHVQM0 { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:lato;font-size:3rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:10.6875rem;left:0.0625rem;height:;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#W3hRThta4S9coGgLML1PS0ppeawVONe4 { background-color:rgba(144,37,135,0.83);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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:25.5rem;height:4.625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:18rem;left:24.75rem;display:block; }
#n5k3xhXron1SE61pUQV0e9C0qEGQ1IwN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o3XSBRDCfZfKTvgvuFyuSvb8ZDNOhlnf { color:rgba(var(--color-tertiary-0),1);display:block;width:74.9375rem;position:absolute;font-family:lato;font-size:2rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:10.6875rem;left:0rem;height:2.33333325rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw { background-color:#f6f6f6;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row .container { background-color: transparent; background-image: none; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row .container > .video-iframe-container { display: none; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row > .video-iframe-container { display: none; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .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); }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row .container { border-width: 0; border-radius: 0; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:35.375rem;width:75rem;overflow:visible;position:relative;display:block; }#QWOb68NXImqR8VcDLg6st9xHEwTT9OGN { box-sizing:content-box;height:24.25rem;width:34.3125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;top:5.5rem;left:1.5rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #dadada;border-left:0.0625rem solid #dadada;border-right:0.0625rem solid #dadada;border-bottom:0.0625rem solid #dadada;display:block; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),0.99);background-image:none;vertical-align:top;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1.125rem;font-family:lato;color:#0e0d0e;line-height:1.2;overflow:hidden;height:auto;font-style:normal; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.9375rem;font-family:"plus jakarta sans";color:#3c3c3c;height:auto;line-height:1.6;overflow:hidden; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .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_fc4f685eca612ad4c14e6e6fe3a629b1b91879ac.svg");background-size:contain !important; }#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-trigger.adaptive-delivery-prevent-bg, #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-trigger.lazyload, #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-trigger.lazyloading { background-image: none; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M { box-sizing:content-box;height:auto;width:34.8125rem;position:absolute;display:flex;flex-direction:column;gap:1.25rem;z-index:15075;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:11.9375rem;left:38.6875rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #dFQETR1qsD6tACdL4FeLQEPGsOqMlZdw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ToPu7rngsTZvVdmUDBn9ve3a2dh9HSVF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #sto36lgsAvr6vwK9FuzMT0cRKtBih4V4 { display:block;position:relative; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #qo8y3WX3zOlLJKxOLE832STbJ8ETRGCw {  }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ZD7nMdm5QBMQOZ3LSWxOs4yFqXUGmxEJ {  }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #WccCCnGVHT2TZOXRA521H6alAgVAnvcy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #C37FpBnzU6GNlAVVyIpBk0MOkCnISXLN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #gCLhLdFZSNgW9JcUuXPT1m5T9BKD1VGe { display:block;position:relative; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #rkcDFqmq4NSiUgT3rOqONptcdtqcdwln {  }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #isFTQHymKaM1HgRkfCQTlU4o37GEcqDa { display:none; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #rLa9SMXz6eUTBdhKAZ7q4oEiRC8luXPC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #xLQ4XzA5OkK8qasTdWqye0z797Zr9dpM { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #GPZVTBTseiB1O9E0CZZF6rSCfOqm5PaX { display:block;position:relative; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #RzQl0ySRqG9tofDRitd6X3BA1TpoAMHw {  }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #TDvZTeTxGp9026Gro2CTGvNZkBauRnrv { display:none; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #OlB8TngW31LOy4Vx3LGmxMT60GoyCzeN { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #SBzHnq8mn3GT94tUTP3ccPQ0PMwko9dg { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ISb4TirpIKOoa4VPhVCT8t0Asq7yg0as { display:block;position:relative; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #JfPDoOOobgEgXuunznhONSGXSJkLO0QC {  }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #W8sT1HAloZsKTC8DzqdM0DncI7ChCs9F { display:none; }
#KMxeOII33XBL4qhGbmNEScghPXs2Vx60 { color:#191919;display:block;width:26.9375rem;position:absolute;font-family:lato;font-size:2.375rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:14.3125rem;left:4.375rem;height:5.6666665rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EAkHwnQ41uztuhvBJMboxF9rn9z8Zhuh { color:#7d4594;display:block;width:33.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.2;letter-spacing:0;top:6.6875rem;left:38.6875rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row .container { background-color: transparent; background-image: none; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row .container > .video-iframe-container { display: none; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row > .video-iframe-container { display: none; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .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); }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row .container { border-width: 0; border-radius: 0; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:49.1875rem;width:75rem;position:relative;display:block; }#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-form-header {  }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:400;color:#0d0d0d;width:27.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;font-style:normal;text-align:left;text-align-last:left;vertical-align:top;line-height:.9; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.4375rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:left;text-align-last:left; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.4375rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:arial;vertical-align:top;text-align:left;text-align-last:left; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.4375rem;box-sizing:border-box;height:2.5rem;color:#000000;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;font-weight:400;font-style:italic; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .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; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-button { border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:15.25rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:700;color:rgba(var(--color-tertiary-0),1);width:12.3125rem;height:3.375rem;font-family:lato;overflow:hidden;font-style:normal;text-align:center;text-align-last:center; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT [class*="-text"]:-moz-placeholder { color:rgba(47,47,47,0.46);font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT [class*="-text"]::-moz-placeholder { color:rgba(47,47,47,0.46);font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT [class*="-text"]:-ms-input-placeholder { color:rgba(47,47,47,0.46);font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT [class*="-text"]::-webkit-input-placeholder { color:rgba(47,47,47,0.46);font-family:arial;font-size:0.875rem;text-align:left;text-align-last:left; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .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:lato;line-height:1.3;font-size:0.875rem;font-weight:400;color:#272727;vertical-align:top;width:26.3125rem;overflow:hidden;font-style:normal;float:none; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .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; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.1875rem;vertical-align:middle;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none;text-align:left;text-align-last:left; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-container { padding-top:0.375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-container:first-of-type{padding-top:0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-container:last-of-type{padding-bottom:0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:4.2904052734375rem;left:40.583332061767rem; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.4375rem;display:block;vertical-align:top; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT {display:block;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.5625rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15010;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;position:absolute;top:4.2904052734375rem;left:40.583332061767rem; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #XE2MaXQ41NoQnHqoKrkVu8zuddu1RcAK { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #TucyGZLgfG8Dc6yhwPweV2fcNOPgJ81n { position:relative;display:block; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #tI9cLJXQFefI3Gcr4S6wNGRFGD8ga1ZA { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #r5EuCVcwtRJBhORSNVuOGuDtgZ0UrnAf { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #FPr72EeRmoUqDTA7r5nctLAUMTaQhwTT { position:relative;display:block; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #uktMblTU9HQ5NfNLgxhz1u8JrFhEGd4t { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #XoyL5tky9sOwdqCE3VoBZHmbKGLCsdgs { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #Wn5KNwBgqubtEHuapOHH9mOonGX1XlUH { position:relative;display:block; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #ftAnAIvqpEFHbcRUTSgIpywXXqgWkzPx { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #x9zERhbR08P89BGGQb9EP8CniUDUJQfT { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #w7w0oGcQQg85KPaw2XwAtJTS3r6tE6bW { position:relative;display:block; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #wAZyUGoyz4WMnqeAVctRHpstwV6Cy1My { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #NJbJRRcKTrHIvRBTDOy8nl27aMqqvekv { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #N43BIre63TTl2gSlg4J2UamyWgFNX65m { position:relative;display:block; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #hgFPMZodl85XZJgksTDtGyWPbAThElq2 { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #wGTgpVwgP9mPGXUUt9s2tpZ9PW6WFRNi { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #WbZkEaDz3fDETfUMywKQNLWm6UG4aERC { position:relative;display:block; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #UlsLWLISnFD89hg3sycqTyTTAtFpJWkx { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #mTI73ZdTGRP0vLapdQpWN7SJl3lwlBIP { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #gqASZP6E2xBBwMKBcH9E357FsBexZJoB { position:relative;z-index:2; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #eu8fzThVyhBZ1FhZRTxExxTkfTand9X5 { position:relative; }
#QAUQVzWmQoJtLyMrQTo5S1xBwmT8Tdia { position:relative;display:block; }
#ETOgLpKhQOClZEszNCSb7SvwFxxV3gtS { position:relative;display:block; }
#E7IQVRawDcbBMlDmyhhMpUmptcA6tTcr { position:relative;display:block; }
#DMXXbm30ZuhlgduyDsVB09qPu7wQPXkA { position:relative;display:block; }
#iBiJHggCcXRfBoaagy7Aw0tXrAXt9gKP { position:relative;display:block; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #x18dCHV9hvmQ9WsL9bpM8dhfAiy7FKAO { position:relative; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #IAlcGOAvWKCJn3CAfTpGydZXZtG988R1 { position:relative; }
#GWaCm45OTvXDG4VUP88CwRhRpueJgXJ4 { box-sizing:content-box;color:#5d92ff;font-size:0.875rem;font-weight:400;line-height:1;height:1.3125rem;width:1.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:2.2487182617188rem;left:69.041671752931rem; }
#S99Hu8Q6FPAdAbbEgUBwOLMMJWi8EeF5 { color:#753190;display:block;width:12.125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.2;letter-spacing:0;top:8.3125rem;left:3.9375rem;height:1.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v7VT3TVCrxuWmxH897sqHGflOhc3Rfnk { color:#191919;display:block;width:26.9375rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:10.6875rem;left:3.9375rem;height:5.1666665rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ETpxqByuCycQNt8KcaUWiPm4eRfpMGfb { color:#787878;display:block;width:23.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:16.875rem;left:3.9375rem;height:1.416666625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ksi3PQWbXQyoPiePzlOCvwtLSuDEvpBe { box-sizing:content-box;height:6rem;width:26.875rem;position:absolute;display:block;z-index:15016;background-color:#fafafa;background-image:none;top:22.625rem;left:3.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0.0625rem solid #d8d8d8;border-left:0.0625rem solid #d8d8d8;border-right:0.0625rem solid #d8d8d8;border-bottom:0.0625rem solid #d8d8d8;display:block; }
#IVDzAchCa5AJ7GM8kHxoid6lXKE87VCq { color:#787878;display:block;width:3.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:24.25rem;left:10.125rem;height:1.166666625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#V8ubHhQWdlE4BfO4kFE43McBUuvD74xf { color:#373737;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.2;letter-spacing:0;top:25.625rem;left:10.125rem;height:1.416666625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VikeJv0T5IFh2KPEucT8NmXxoBmqHPUR { box-sizing:content-box;height:3.3125rem;width:3.5rem;position:absolute;display:block;z-index:15017;background-color:#d5e8ed;background-image:none;top:24rem;left:5rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#attUxhLo4U1d5m2yTMind5I8aFFdEzUX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:24.8125rem;left:5.9375rem; }
#DAwHML36SCHENLf6LN65T5EaKkGh5Nlk { color:#191919;display:block;width:9.125rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:32.4375rem;left:3.9375rem;height:2.33333325rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fv7wpaQpkn8DkRMo0MLZuppvuFGClqrO { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15022;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:13.875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { box-sizing:content-box;color:#5d92ff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:32.1875rem;left:14.5rem; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; }#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:32.0625rem;left:18.1875rem; }
#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; }#qMaemzs4IXPC5nUgTgMcs41AGz98DO9A { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:32rem;left:21.9375rem; }
#qMaemzs4IXPC5nUgTgMcs41AGz98DO9A > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:32.125rem;left:25.875rem; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; }#AtultqSSl8OfR4A9zqoZJo7fXULtXEB1 { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15024;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:17.625rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#N97umIeN2vma83pfR5qxU4xHxzGDJEg1 { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15028;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:25.1875rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#PaUdyEnDQCGbPb8MIu26ZzUWOBouanD5 { box-sizing:content-box;height:3rem;width:3.1875rem;position:absolute;display:block;z-index:15026;background-color:#f3f3f3;background-image:none;top:31.5625rem;left:21.4375rem;border-top-left-radius:0.75rem;border-top-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#EnMDynuNag0onSerBk2hP8fZKaXfgTEn { box-sizing:content-box;height:43.9375rem;width:31.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(216,216,216,0.18);background-image:none;top:2.875rem;left:39.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { background-color: transparent; background-image: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { display: none; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .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); }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { border-width: 0; border-radius: 0; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { font-size:0.875rem;font-family:var(--headlines-font-family);height:5rem;width:75rem;position:relative;display:block; }#VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:8rem;top:1.53125rem;left:1rem;overflow:hidden;display:block; }
#kfEgd78UlLFWF74EsbJg6ogInxtQ2PQ1 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f3f3f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.5rem;height:2.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.28125rem;left:60.500003814698rem;display:block; }
#VyymuOERSAGUk9RI1Ng6erOydRtRJAzZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f3f3f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.125rem;height:2.5rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.25rem;left:38.25rem;display:block; }
#BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Q6u2wIm8Zn2NdGQcECFGICedncoXfbP4 { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: none;box-sizing:border-box;color:#f3f3f3;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.25rem;height:2.5rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.25rem;left:28.625rem;display:block; }
#Mlmx4WHCLyyNCAKKvtPzfni2PGmnb52v { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm { display:block; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf7U6gEunJMeDtsNcH4SMbwVbXDTw3Vg { width:47.75rem;height:3.25rem;top:24.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6LVOMsbIbKIRf2FNwbhMdZotyweRHvk { width:15.8125rem;height:4.375rem;top:36.625rem;left:16rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vvz2CDnal5ifPs2BAAWOGOvTTywnei4I { display:block; }
 }@media only screen and (max-width: 763px) { #nD6UuhXE0gp1H6Ti5bug7rdl40VcwXdg { width:47.75rem;height:4.0625rem;top:28rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDZzXd1rV1NIfm8ToOEI4MGiwK3Tnmw { top:3.125rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJ2oftkKXbelnMvKwCnDITTg1He3rC4 { top:3.875rem;left:0rem;width:13.5625rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAsJanMb2PVUtag6fh9lpLuUdpPxAbs { width:7.5rem;height:3.375rem;top:3.9375rem;left:13.333335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlqXqRTpipRNKSMuirs5ZNlfpV5VAT81 { display:block; }
 }@media only screen and (max-width: 763px) { #klgy5Kk73BQppa764c91TiM4mHy0gsNS { width:6.25rem;height:3.375rem;top:3.9375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqloHvFJX2uRokHaSdI7TqsRCNGq9mM { display:block; }
 }@media only screen and (max-width: 763px) { #aD9mJ7AZLaqg7XFJgGzWLUTOlMx9RmrS { width:8.125rem;height:3.375rem;top:3.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDf6ipc6Z3HDrGdxkBLvPE0nk57LMRT { display:block; }
 }@media only screen and (max-width: 763px) { #f6mockKu53pfBTFzkzTRAdTvi6bFdArm { width:6.25rem;height:3.375rem;top:3.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbP9C1wUBL51APoWRB1UcK5d6U32eXx { display:block; }
 }@media only screen and (max-width: 763px) { #udLNHTbbg7J8aKxqaNEZZwxFoPkoXbgR { width:12.5rem;height:3.4375rem;top:3.875rem;left:35.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxWsRRmWIbbzPkSCdulgU6oUFvmEMdvJ { display:block; }
 }@media only screen and (max-width: 763px) { #FTEQpc9mtqcQwxhOsXTCOkixwv373cKV { width:5.3125rem;height:3.4375rem;top:3.875rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyAWAdz1tg6GW9koawgO2Ts8I8k0QuFL { display:block; }
 }@media only screen and (max-width: 763px) { #oqZyQgb9phcGrbQLkTXxnafsM532pAcb { width:9.6875rem;height:0.875rem;top:15.875rem;left:0rem;font-size:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z { display:none; }#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W8rrAVTPCMCew1VcESNAheIr62Wbh66l { display:none; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #EzpM0cic6zG5SrOrTrPZtr2Jr8QwGqe7 { width:7.5rem;height:3.375rem;top:3.9375rem;left:13.333335876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMfCPBWs02sTKv1Kwu5tSuabT2bLMTRA { display:block; }
 }@media only screen and (max-width: 763px) { #ETcRe1gbR3M5MVuPM5VgVpnu6E8b1eAk { width:6.25rem;height:3.375rem;top:3.9375rem;left:20.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXF6V0SQtCbnB1bnDGqR4sP9g0TuuuK1 { display:block; }
 }@media only screen and (max-width: 763px) { #gl5oqGasLdQhGGPHsJMyzewxiKp7i12l { width:8.125rem;height:3.375rem;top:3.9375rem;left:27rem;display:block; }
 }@media only screen and (max-width: 763px) { #yXdFVHZ3IVHk9DcBZ9qvZ6d9orlZBBsM { display:block; }
 }@media only screen and (max-width: 763px) { #dqkJWNbTiyAtm8AAP0iN8MQ3AqMTM6Ak { width:6.25rem;height:3.375rem;top:3.9375rem;left:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxAF6PwPRJaTSh2McmplXLHdDTUVJ1qA { display:block; }
 }@media only screen and (max-width: 763px) { #wTSnEa2uUhUbRdkZWO9V6KTUR7mnGCt1 { width:5.3125rem;height:3.4375rem;top:3.875rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ugoln9KtsFCmJteTmBlUamsfoPZlfpWH { display:block; }
 }@media only screen and (max-width: 763px) { #zzXTmqr9cH7Z82ydlChoRTESJODbxFIa { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxO5GtszqolHXGMbZnRJu2bvLbixXwIW { top:3.875rem;left:0rem;width:12.8125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t { display:none; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #JKl1F6nCKsMM6hqt3CPI0v6pFlohhetx { width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gPUwbQ8dNZ3kQ8NgGIzkBtRghpxKy6Hf { width:17.4375rem;height:3.75rem;top:10.875rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zWOrVMnBOEdVgV010a59JvzTbsBn7ezQ { width:15.8125rem;height:4.375rem;top:36.625rem;left:16rem;display:none; }
 }@media only screen and (max-width: 763px) { #onuX0tuuezVmk14KKyHcElDNqIaiSf46 { display:block; }
 }@media only screen and (max-width: 763px) { #im2PpDlgBcfcgth9SRDd20yaTWI6o8za { display:block; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rz84yTwZSSqGCqPC2OTNORUNQ972b7Ae { width:28rem;height:3.625rem;top:4.75rem;left:19.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXD9HN08cKu88upo3FllpFZXxK2zPCkr { width:31.9375rem;height:10.3125rem;top:9.5625rem;left:15.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzOlK5MmVp7Q9gdEZlF5W789bUz0iDEs { width:0.125rem;height:31.25rem;top:8.3125rem;left:24.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCQEtvpzB3Xr8k61Ba9Ox78WwwrI9Q3q { width:30rem;height:21.375rem;top:21.4375rem;left:17.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8i8fCfF9OKlrsmcUTTK5BtsIyg15mL7 { top:33.0625rem;left:6.0625rem;width:41.5625rem;height:3.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #KK6oIb69rbATWpnFqMeFbGsCi04BImG9 { width:34.25rem;height:19.1875rem;top:13.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vya1oeFvmkAAhESPhByLvpKHwaa8viWt { width:12.8125rem;height:1.3125rem;top:33.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H92CsH53bEGEcmATqIapaldZgA4XV2lp { width:12.5rem;height:2rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK { display:block; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HypyGFCMZ8D240TwozNQDe2eiUauIt0i { top:11.6875rem;left:0rem;width:46.4375rem;height:2.125rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsFqfBiOuc8iR15T3yZ6h688Tu2QDV8H { top:14.3125rem;left:0rem;width:43.8125rem;height:2rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZPfEygZXA0FWtU9waRzMN29hMdZLL9J { top:18.4375rem;left:0rem;width:45.8125rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLWSMVBvoazUPsZUa3glmL4hfQVniTKw { top:6.1875rem;left:0rem;width:47.75rem;height:3.3125rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWbA7OVq8MBauHfP1ETJoqJ3T0ohDVTE { width:16.3125rem;height:17.625rem;top:4.3125rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { display:block; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { top:16.75rem;left:0rem;width:20.6875rem;height:19.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { top:13.6875rem;left:0rem;width:23rem;height:26.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jtobd8se2Qv8KkE4NPL4ZdRZ6Ay5shqf { width:10.5625rem;height:3.1875rem;top:29.9375rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgmcmqpTMTvym6QABJoKmEW3rn0ks4c { display:block; }
 }@media only screen and (max-width: 763px) { #n7aQ1tDCWHBFtLUzGa8FKPcEs1EWhBdp { top:18.25rem;left:15.375rem;width:10.0625rem;height:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XuZ9zfg36TE9x53LmqxT143t8ouC9UgN { top:19.0625rem;left:30rem;width:15.25rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { top:35.75rem;left:6.0625rem;width:41.5625rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyB0JakuU2zfr4RzESOEDqGkv3VbxUQA { top:4.8125rem;left:0rem;width:47.75rem;height:;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #esyqRFopnTIk9E2xNAptZpLWoAVQga3p { top:15.5625rem;left:32.4375rem;width:9.5625rem;height:1.6875rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iRyQXMqGQbabcoT1Nzp90uZQeaOqoHLI { top:15.5625rem;left:15.8125rem;width:9.5625rem;height:1.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc5EVuemc6ukgLcFroZi01b8G7kGm9vG { top:15.375rem;left:36.5rem;width:11.25rem;height:1.875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mMk1kakbCF2tNxGrsnMflL1y307Mx1Nm { width:10.5625rem;height:3.125rem;top:29.9375rem;left:32.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gll85cpIWJJpryzUs9GPGtoVSpro9dn9 { display:block; }
 }@media only screen and (max-width: 763px) { #DOBARqMN2QAhFT5JDqn85flTedeaGfbv { width:10.5625rem;height:3.0625rem;top:29.9375rem;left:37.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHI2bIpP2lx2cVEsh43KGznAF3fSidR9 { display:block; }
 }@media only screen and (max-width: 763px) { #UcQJUOlaOL2OGTbAXAcIBMmUZ9vMFpfC { top:17.4375rem;left:36.5625rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ilxNqFu9RJD4Z7m7K6ocySN5ZDJ7zuar { top:36.875rem;left:9.8125rem;width:37.9375rem;height:1.3125rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sLCVuotfndECTgruX4b7rwin349TVPt7 { top:2.75rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzsXCHM4afm5notzVzfAArDHJgdFTJF7 { display:block; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bt3xMH8rbc9aOxtE6tkmb0xJPEIBrEuy { top:31.8125rem;left:16.25rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPN8xLs56hneP12MFsAgZW7wUMTrrWgD { top:33.625rem;left:18.75rem;width:8.6875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quaIBNe0NQkPlBpNfBy3Q9nwJ3D1HqDo { top:31.1875rem;left:17.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsOLmXv2SrH324obE7E2xU7qb38eSFqX { top:37.25rem;left:17.0625rem;width:12.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfuJHIWcU4d0nDR85F9AxHGn8cFiW6IJ { top:11.5625rem;left:23.4375rem;width:23.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX { width:25.125rem;height:39.25rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkbCSqPq5hOES0Fo0X1SFcIW6f74iGcd { top:7.5625rem;left:6.6875rem;width:41.0625rem;height:1.625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3NTPJ2ll78LTmao3bUVqJCUDIB7ixZX { top:3.625rem;left:16.8125rem;width:13.8125rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFTVelxzqqLiUUVthWOex0QUzVqo6l3 { width:32.3125rem;height:4.9375rem;top:10.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Z8xXf4gLtQDKpqK9Gb5fhitcCuucMF { width:2.25rem;height:2.25rem;top:11.9375rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwsrM6uCHv3sKMtFmdUxT6Z2VIeuFXPp { width:3.9375rem;height:3.75rem;top:11.25rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #awCxqwFLBSDXbdbt0iNsk3J0xCrScqdw { top:17.625rem;left:8.5rem;width:39.25rem;height:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHAIWyyUyPkzRnVla2NmzlIiRl90lkQH { top:31.8125rem;left:30.8125rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH26D3RFMQ6DihwokAwlwpFLqsMDDfq7 { top:37.25rem;left:31.4375rem;width:12.6875rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPqaU2TebnWtDpT0ohMKvBbWkyuSHxlA { top:33.625rem;left:33.3125rem;width:8.6875rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvvxUlWaToiNJ3STapCblW6b61eVd57q { top:31.1875rem;left:32.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTBxAup115urIr6AyXM3T5pq47qwLR2S { top:31.8125rem;left:34rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhWKB9xI5HAwE9LmRbQ568oRSxeQUyyn { top:37.3125rem;left:37.125rem;width:10.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ituQxSbn88S1pfT7oGfrhncTkIioicNH { top:33.625rem;left:37rem;width:10.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wne0MleBB0G7DrWmkGNJQCSr1HLP6v3n { top:31.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH { display:block; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpp1QwkVpflCUp9G3DUMqFAAFDnNGZ4b { top:31.8125rem;left:16.25rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #siyhuxarTIpO8zOp4npUvFuLrNonzlLN { top:33.625rem;left:18.75rem;width:8.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m85xwBEUBIFFktfuF2IVJuM8TTJxLr4O { top:31.1875rem;left:17.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RthnArM61ulgJpKxQnbPTDT42uDPpi33 { top:37.25rem;left:17.0625rem;width:12.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJGwzSvt0cTlnQBkU0h1nQ1A30tSmcWS { top:11.5625rem;left:23.4375rem;width:23.4375rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #poWg0iulyvpWHBB4go3TLyaWhINaowNI { width:25.125rem;height:39.25rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J93XbtvcuPvNhdTMh31Sey13lZHTxgtK { top:7.5625rem;left:6.6875rem;width:41.0625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g98RVUH3DprOzPSGh06KR22GUN01K1U8 { top:3.625rem;left:16.8125rem;width:13.8125rem;height:;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKOqENQltWzXZ1oxcFOPxkaTqFkxwi7w { width:32.3125rem;height:4.9375rem;top:10.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmh9rb1gSrd1RKnxmyfrAP99Sm3JBdpL { width:2.25rem;height:2.25rem;top:12rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1QTh99nrTLNOsxcTS3H0JXuSWowUCTn { width:3.9375rem;height:3.75rem;top:11.25rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eltEDx31LBT6c3m3BmRA46zVRT7raLws { top:17.25rem;left:8.5rem;width:39.25rem;height:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NonNch4LwAnFAGQZcS6ExNeIwdf31squ { top:31.8125rem;left:30.8125rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqT9ZfAqRX3qPpSoLE1zpqgs3GReb32 { top:36.375rem;left:31.90625rem;width:11.9375rem;height:5.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKCTFXbebqdTsOlyHu6HAIZUZMkzXP8N { top:33.625rem;left:33.3125rem;width:8.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGoMbTwIMKNQghq1xeVBQiNUhASCiveL { top:31.1875rem;left:32.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ax6AW9KxxfB6WF5MaJp1UgKsnVev4hIq { top:31.8125rem;left:34rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSviDCBoUwO33o5qbwo47pGoxZ1g8DvG { top:37.3125rem;left:37.125rem;width:10.625rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiouU9N5P2dM9dDwPZzfPemfF3iUhVF3 { top:33.625rem;left:37rem;width:10.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpfvSEkkNiylLP2dumt7OBTfRmpFfNwO { top:31.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk { display:block; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vC6idnvGwipyIr6fkKlTUKZx7VOQpxIg { top:31.8125rem;left:16.25rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiqZoWDkgD8ShgfOauZtZkTPgvpprx81 { top:33.625rem;left:18.75rem;width:8.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHp4BTI4mAIIhgS2o22iErcUzSmUSA6u { top:31.1875rem;left:17.5625rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmTNzK89ezvBHqpuaBtx5EJHlAZma9c1 { top:37.25rem;left:17.0625rem;width:12.25rem;height:3.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTnOEyvTWuxr4gf9uTRbPvo6ReCE9WoD { top:11.5625rem;left:23.4375rem;width:18.75rem;height:3.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W { width:25.125rem;height:39.25rem;top:3.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ICLAVQTARK6BgTv8c0G75KebS6SIVEk5 { top:7.5625rem;left:6.6875rem;width:41.0625rem;height:;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aanXEkcPnhhXnr1aUwhWuanTaAX2VHW5 { top:3.625rem;left:16.8125rem;width:18.25rem;height:3rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cF2TyVBN1V7rAycoSaiUMPdxTkcqiXik { width:32.3125rem;height:4.9375rem;top:10.625rem;left:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S07ibovgQ3EzLhSkPQGhyTLJdfwatFEG { width:2.25rem;height:2.25rem;top:12rem;left:18.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3uXDKUGquCCsRf8s2xcGfuuOe39SqEg { width:3.9375rem;height:3.75rem;top:11.25rem;left:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUXT4tXpUVREXDRwkmS0HfdusvlmWRFp { top:17.25rem;left:8.5rem;width:39.25rem;height:12.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4WsT9lkHMRC2Cl12XPbiTB5uAzlXoSJ { top:31.8125rem;left:30.8125rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC94qV5dWA9KeI2TJtN4RcP6yOCZgq0P { top:37.5rem;left:32.59375rem;width:10.4375rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J4dR5Zhnb0ZTEGDs1GzLTtTLtiDbf01K { top:33.625rem;left:33.3125rem;width:8.6875rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4gGCTx4k1AHNUNNAeEASQgn5VnaBfwf { top:31.1875rem;left:32.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9STqNTL1qKkadmyIyxHC4Qh0hIxv87o { top:31.8125rem;left:34rem;width:13.625rem;height:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZd0uIqVdHrkxsTApbVEga5oqAP3zA1o { top:36.75rem;left:37.125rem;width:10.625rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmaMySQvZX9MKoZrpuTHtgBD3zEc6ZVi { top:33.625rem;left:37rem;width:10.75rem;height:;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhQSvk60uBwEfMJhK9LKyEgsUDlnxmGs { top:31.1875rem;left:46.3125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { top:13rem;left:0rem;width:20.4375rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { top:5.875rem;left:17.3125rem;width:17.5625rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { top:11.9375rem;left:14.8125rem;width:18.125rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { top:10.75rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { top:20.0625rem;left:0rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { top:22rem;left:0rem;width:16.125rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { top:27.375rem;left:14.75rem;width:18.75rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { top:26.375rem;left:0rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { top:20.0625rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { top:21.8125rem;left:18rem;width:16.1875rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { top:27.5rem;left:0rem;width:18.9375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { top:26.25rem;left:14.8125rem;width:18.125rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVzXKTTPzaOrU8sdtZixJRtlSCXS20gl { top:4.75rem;left:14.8125rem;width:1rem;height:5.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBbAdSSRIGX3JCT1bqGn38EsAD0Pesh3 { top:20.8125rem;left:0rem;width:1rem;height:5.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHkyBJi6qUcKLwzF6ByEGhiMOcmva4J8 { top:20.625rem;left:14.9375rem;width:1rem;height:5.8125rem;font-size:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAHTbWbOQXcxU7lzhibdcJ6QGVHglN0e { top:3.3125rem;left:12.9375rem;width:21.875rem;height:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BicqJTGpPLszTIVqZ2x5wSAtmmMGDx { top:3.5625rem;left:25.8125rem;width:21.9375rem;height:31.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { top:6.0625rem;left:0rem;width:20.9375rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bhvnR0WogH8zXvRUL7gecZerUfpWE2 { top:5.375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1VxgBMvpBOqUFCTdfsDEpvynPuHeeEo { top:5.375rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UyRXvtkp7BTCxfEEdb65UvcbGV6TtbQJ { top:5.375rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #E0L2TU18TTGOGThb0wkoDTckLZPT17T8 { top:5.375rem;left:0rem;width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtoNMaEJCdJQBfe18Eff6McNykmZvwTk { display:block; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQxk0DHTVHrQw067yaCM0IDNZHTH5OGK { top:3.8125rem;left:0rem;width:33.9375rem;height:3rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzVHoGT6D5FdfA1vqW0GRbsPW4VgwWqD { top:11.625rem;left:0rem;width:47.625rem;height:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fhk0rTgsS8Ql2IKar4k6IAg8MbwTt3PC { top:11.5625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZT33cNcvV5CRpFBeFPQ9qvIUD4Pg9PLL { top:13rem;left:0rem;width:45.1875rem;height:29.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fsuKtNUsO2NEITEW8iMaluatek2AsMci { top:36.875rem;left:41.0625rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abpmuwzXv0WHO9zT3fl4Ogkw6OUlKdxR { top:6.8125rem;left:21.8125rem;width:25.9375rem;height:39rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opv6EMy4AkSTZ0qlDL1Cqr1NEOHnfMXQ { top:7.75rem;left:0rem;width:34.9375rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDxv4flrZiOQsqkZpw0RURE9vXCbnO8 { width:2.8125rem;height:2.8125rem;top:49.4375rem;left:0rem;display:block; }
#LlDxv4flrZiOQsqkZpw0RURE9vXCbnO8 > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #JBf9BvGrPl7QgdIbsC15T4OXRIOIs25n { width:2.8125rem;height:2.8125rem;top:49.4375rem;left:0rem;display:block; }
#JBf9BvGrPl7QgdIbsC15T4OXRIOIs25n > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #w1yskbSGrTQcnGIIxTXvprGQIzAJclzp { width:2.8125rem;height:2.8125rem;top:49.4375rem;left:1.0625rem;display:block; }
#w1yskbSGrTQcnGIIxTXvprGQIzAJclzp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #thlTiZVfh1wK43scDVtUIJsFaP1oWcwz { top:48.625rem;left:9.25rem;width:16.3125rem;height:2.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2CLKApZUXdkCoeAAxx29hLLIvwsEllB { top:50.875rem;left:4.4375rem;width:43.3125rem;height:2.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKk0x2hTXPh4B05NKmDqkEKxlgdNHwwf { top:1.5rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0kroR7Mm1XDb1HcMOeQFk65CKey7Zgw { width:47.75rem;height:5.5625rem;top:48.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxsmXIs66LqBWidZJvQMSfaTAHezA9N { top:32.1875rem;left:0.875rem;width:1.75rem;height:1.75rem;display:none; }
#bNxsmXIs66LqBWidZJvQMSfaTAHezA9N > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #SkZr8p7JUzSBQgBhWvRXgoXUHGI5NCZr { top:32.0625rem;left:4.5625rem;width:2rem;height:2rem;display:none; }
#SkZr8p7JUzSBQgBhWvRXgoXUHGI5NCZr > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #Nq1FLxJf59n2tPCvd0N4qBRAu9tFqp7r { top:32.125rem;left:12.25rem;width:1.8125rem;height:1.8125rem;display:none; }
#Nq1FLxJf59n2tPCvd0N4qBRAu9tFqp7r > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #UEUCHmRQFkVAE6s2923dpUWIBwW4vNiW { width:3.1875rem;height:3rem;top:31.5625rem;left:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #vv1EPnU9IZNxJiNUtfmkCbEMdnpafWoI { width:3.1875rem;height:3rem;top:31.5625rem;left:11.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #gVJp8PnZfOxD7evvfcgsWUaQaRMNvBT9 { width:3.1875rem;height:3rem;top:31.5625rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItBgxs1N4SsFUIkgupOmGybugoglnfZL { width:3.1875rem;height:3rem;top:31.5625rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #IzmHrQXhSZGFK1hzS4uH47kqpVG4xrrO { top:32rem;left:8.3125rem;width:2.1875rem;height:2.1875rem;display:none; }
#IzmHrQXhSZGFK1hzS4uH47kqpVG4xrrO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd { display:block; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWI9wiZW3tMvKNmTFRqGIIxvNTIJv2D4 { top:11.3125rem;left:22.250001907349rem;width:8.375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1AJBbMt7W9HJkEAgIqd9sTpCDW8X5oE { top:13.3125rem;left:25.6875rem;width:22.0625rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUeqionlM7KR4fWe9kD9NsQ0MdiFJtmD { top:23.375rem;left:22.312501907349rem;width:8.4375rem;height:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7KfiMB2T9ZSN8ylz51LFM5By3Hh7Cu { top:25.5rem;left:21.3125rem;width:26.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1t5r2JLHlD7J1g5enT9V6hA61B1RINw { width:11.9375rem;height:21.375rem;top:10.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhxuNCISDVVo9hEdA3c1rh4nEvWUdvXz { width:11.9375rem;height:21.25rem;top:10.375rem;left:5.6250019073486rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVx29Ig87tQfoGFmIEyO26iewT05lRgp { top:17.875rem;left:32.812501907349rem;width:14.1875rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaT2OQDdaa4LUEhTnSbw3yB94QJ3pXQ7 { width:2rem;height:2rem;top:10.75rem;left:32.937501907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #E9w1OkUnewRoEaPfeaq7mDzEba8pFu9u { width:7rem;height:7rem;top:13.0625rem;left:21.875001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMiEEmsJ08war7cOuk9UBeTSbWVgUA9 { width:7rem;height:7rem;top:25.125rem;left:22.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ky1IVhBoGlMWXdZVoDvk7RQzWWkwCI { width:2rem;height:2rem;top:22.25rem;left:33.000001907349rem;display:block; }
 }@media only screen and (max-width: 763px) { #aEN7BZ3VRx7k00trARyBCognp46nT9BW { top:30.4375rem;left:23.3125rem;width:24.4375rem;height:1.3125rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNfbn4uTIZsuyHsd9K0pE1uDpXVTxuFb { top:31.875rem;left:0rem;width:14.1875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRUsg9IPSW1h79u2KNVTIeHrIKd0m5U { top:31.875rem;left:6.0625019073486rem;width:14.1875rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yat8n4AcUTEdBclfwbL6wcRoC9COczcm { top:2.4375rem;left:0rem;width:38.8125rem;height:3rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwyzm3BZw9VFU3zvZfSZwg1DKdpLtpdR { top:0.5625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 { display:block; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3KXS7HWxwkNqcnrQwrPLH0B7E067KN6 { width:21.0625rem;height:14.0625rem;top:0.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf1xl62wMtW4warKPPWC5I7rBKp7u5SF { width:18.75rem;height:14.0625rem;top:0.25rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCC98OopmL4bLTt5TL0gT7NuUlTrbLWq { width:18.75rem;height:14.0625rem;top:14.9375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQMTcNlhI2rwu6TqQ3rbu4kgNTrTBPwl { width:21.0625rem;height:8.5625rem;top:40.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7mh7vDVy7PKv8unnkiuue2yCPMrTb24 { width:10.1875rem;height:14.0625rem;top:0.25rem;left:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twdJ6MCkW9JogITMTTNxA4XonCyVcUcK { width:18.6875rem;height:22.9375rem;top:26rem;left:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #baow8fbToToyPrWWMg4hfXRenZPkIfyG { width:18.75rem;height:25.125rem;top:0.25rem;left:29rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQlhSyN3z2RLHRStwCkSB0T6X84zbmNB { width:10.25rem;height:14.0625rem;top:14.875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVkT0pvbGw7Higu8rwNpu5pFHgrwkC4 { width:29.6875rem;height:19.3125rem;top:29.625rem;left:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6z5dV3kPDonwSkTr1FWZLt9iTf9v7pO { width:21.0625rem;height:14rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyPMBMXWaMQSvJTfPOtaKTPETzmRJBcu { width:21.0625rem;height:10.0625rem;top:29.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf { display:block; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRUPDaEmhxh9b0zXoXuGJMCJXg5gAU4z { top:6.5625rem;left:0rem;width:47.75rem;height:3.5625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdwCIfPNMilmTIvt04FMoU9rOSv6eFzT { top:13.75rem;left:0rem;width:38.9375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kdPo5V3kKdNHs5a09KRynbGKkOJ7OoTk { top:21.9375rem;left:0rem;width:38.9375rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4w34c8GuW1SBbD8WAX2Gpui7NEtz0AU { top:15.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6ACliBGTQQFRsan0eORsVKvgn4r9zsZ { top:16.9375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLNKAf5Cdo8sNCZ5uyOnnkBqdJxhPFTC { top:18.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QKO9gBtyQbqQbwvbKNTe2rDfoyCKmZNV { top:23.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQTCX5P6XofgSMCTZ87QhOMMQJAGruhf { top:25.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZcgXKpiHMbUktR15mgtfMEC0EpLVacoW { top:26.75rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TKondvy0uksOdIwB5FEF4Up4grxSd7NM { top:28.3125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaTm4eE4wxG2Ta6PXmcCSfPxZ7VJKTEs { width:38.4375rem;height:26.9375rem;top:4.375rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #po46DZwvXTHFgoHIJQJqxRAAe39gQEyl { top:4.5625rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 { display:block; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE4Xo0yRCNBL60lUs7HRyCzzatMum5I4 { top:16.4375rem;left:7.1875rem;width:40.5625rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZkELBcG5cykzFqDky8LNt5no3JyZBOX { top:16.5rem;left:18.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRkuhgcFooLmMSZPT6Q8NfDsoIfX1Kts { top:18rem;left:18.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBca0TunP9ylwaH1uFoUvaLK8Ux7Eo7v { top:19.5rem;left:18.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg7N2S1l62ksy4Qul8R8s3nqsxLEhRa6 { top:21.125rem;left:18.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2M11TlTbZeZP23KviJJMyedAqIIz4OZ { top:22.5625rem;left:18.5625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtTSES34iHusEV8Qr5kCAKObJqJzI8l0 { top:4.1875rem;left:0rem;width:47.75rem;height:6.125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hO47tWJ3qyeQGvDhIVVKJsGTHvZIpam3 { top:3.4375rem;left:0rem;width:7.5rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsq6xzzTCoT4iXZsylzJxLtpHmZ2lz84 { width:27.5625rem;height:15.25rem;top:12.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v { display:block; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eiygxJ6iI0Ii93tTRIsPUOsWwM8dFe { top:13.0625rem;left:0rem;width:47.75rem;height:3.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKTXFhhrkgw0MqJ3xd49UFEL5WPHVQM0 { top:10.6875rem;left:0rem;width:47.75rem;height:;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #W3hRThta4S9coGgLML1PS0ppeawVONe4 { width:25.5rem;height:4.625rem;top:18rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5k3xhXron1SE61pUQV0e9C0qEGQ1IwN { display:block; }
 }@media only screen and (max-width: 763px) { #o3XSBRDCfZfKTvgvuFyuSvb8ZDNOhlnf { top:10.6875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw { display:block; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWOb68NXImqR8VcDLg6st9xHEwTT9OGN { top:5.5rem;left:0rem;width:34.3125rem;height:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #dFQETR1qsD6tACdL4FeLQEPGsOqMlZdw {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ToPu7rngsTZvVdmUDBn9ve3a2dh9HSVF {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #sto36lgsAvr6vwK9FuzMT0cRKtBih4V4 {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #qo8y3WX3zOlLJKxOLE832STbJ8ETRGCw {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ZD7nMdm5QBMQOZ3LSWxOs4yFqXUGmxEJ {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #WccCCnGVHT2TZOXRA521H6alAgVAnvcy {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #C37FpBnzU6GNlAVVyIpBk0MOkCnISXLN {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #gCLhLdFZSNgW9JcUuXPT1m5T9BKD1VGe {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #rkcDFqmq4NSiUgT3rOqONptcdtqcdwln {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #isFTQHymKaM1HgRkfCQTlU4o37GEcqDa {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #rLa9SMXz6eUTBdhKAZ7q4oEiRC8luXPC {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #xLQ4XzA5OkK8qasTdWqye0z797Zr9dpM {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #GPZVTBTseiB1O9E0CZZF6rSCfOqm5PaX {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #RzQl0ySRqG9tofDRitd6X3BA1TpoAMHw {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #TDvZTeTxGp9026Gro2CTGvNZkBauRnrv {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #OlB8TngW31LOy4Vx3LGmxMT60GoyCzeN {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #SBzHnq8mn3GT94tUTP3ccPQ0PMwko9dg {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ISb4TirpIKOoa4VPhVCT8t0Asq7yg0as {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #JfPDoOOobgEgXuunznhONSGXSJkLO0QC {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #W8sT1HAloZsKTC8DzqdM0DncI7ChCs9F {  }
 }@media only screen and (max-width: 763px) { #KMxeOII33XBL4qhGbmNEScghPXs2Vx60 { top:14.3125rem;left:0rem;width:26.9375rem;height:5.6875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAkHwnQ41uztuhvBJMboxF9rn9z8Zhuh { top:6.6875rem;left:14.3125rem;width:33.4375rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 { display:block; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-regular-label { width:27.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-text { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-textarea { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-select { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-button { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT  { width:27.5625rem;height:auto;top:4.25rem;left:17.6875rem; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .radio-container { width:27.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT {display:block;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT { width:27.5625rem;height:auto;top:4.25rem;left:17.6875rem; }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #XE2MaXQ41NoQnHqoKrkVu8zuddu1RcAK {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #TucyGZLgfG8Dc6yhwPweV2fcNOPgJ81n {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #tI9cLJXQFefI3Gcr4S6wNGRFGD8ga1ZA {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #r5EuCVcwtRJBhORSNVuOGuDtgZ0UrnAf {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #FPr72EeRmoUqDTA7r5nctLAUMTaQhwTT {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #uktMblTU9HQ5NfNLgxhz1u8JrFhEGd4t {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #XoyL5tky9sOwdqCE3VoBZHmbKGLCsdgs {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #Wn5KNwBgqubtEHuapOHH9mOonGX1XlUH {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #ftAnAIvqpEFHbcRUTSgIpywXXqgWkzPx {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #x9zERhbR08P89BGGQb9EP8CniUDUJQfT {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #w7w0oGcQQg85KPaw2XwAtJTS3r6tE6bW {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #wAZyUGoyz4WMnqeAVctRHpstwV6Cy1My {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #NJbJRRcKTrHIvRBTDOy8nl27aMqqvekv {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #N43BIre63TTl2gSlg4J2UamyWgFNX65m {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #hgFPMZodl85XZJgksTDtGyWPbAThElq2 {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #wGTgpVwgP9mPGXUUt9s2tpZ9PW6WFRNi {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #WbZkEaDz3fDETfUMywKQNLWm6UG4aERC {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #UlsLWLISnFD89hg3sycqTyTTAtFpJWkx {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #mTI73ZdTGRP0vLapdQpWN7SJl3lwlBIP {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #gqASZP6E2xBBwMKBcH9E357FsBexZJoB {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #eu8fzThVyhBZ1FhZRTxExxTkfTand9X5 {  }
 }@media only screen and (max-width: 763px) { #QAUQVzWmQoJtLyMrQTo5S1xBwmT8Tdia { display:block; }
 }@media only screen and (max-width: 763px) { #ETOgLpKhQOClZEszNCSb7SvwFxxV3gtS { display:block; }
 }@media only screen and (max-width: 763px) { #E7IQVRawDcbBMlDmyhhMpUmptcA6tTcr { display:block; }
 }@media only screen and (max-width: 763px) { #DMXXbm30ZuhlgduyDsVB09qPu7wQPXkA { display:block; }
 }@media only screen and (max-width: 763px) { #iBiJHggCcXRfBoaagy7Aw0tXrAXt9gKP { display:block; }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #x18dCHV9hvmQ9WsL9bpM8dhfAiy7FKAO {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #IAlcGOAvWKCJn3CAfTpGydZXZtG988R1 {  }
 }@media only screen and (max-width: 763px) { #GWaCm45OTvXDG4VUP88CwRhRpueJgXJ4 { top:2.1875rem;left:46.4375rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S99Hu8Q6FPAdAbbEgUBwOLMMJWi8EeF5 { top:8.3125rem;left:0rem;width:12.125rem;height:1.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v7VT3TVCrxuWmxH897sqHGflOhc3Rfnk { top:10.6875rem;left:0rem;width:26.9375rem;height:5.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETpxqByuCycQNt8KcaUWiPm4eRfpMGfb { top:16.875rem;left:0rem;width:23.0625rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksi3PQWbXQyoPiePzlOCvwtLSuDEvpBe { width:26.875rem;height:6rem;top:22.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVDzAchCa5AJ7GM8kHxoid6lXKE87VCq { top:24.25rem;left:0rem;width:3.625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V8ubHhQWdlE4BfO4kFE43McBUuvD74xf { top:25.625rem;left:0rem;width:20.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VikeJv0T5IFh2KPEucT8NmXxoBmqHPUR { width:3.5rem;height:3.3125rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #attUxhLo4U1d5m2yTMind5I8aFFdEzUX { width:1.6875rem;height:1.6875rem;top:24.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DAwHML36SCHENLf6LN65T5EaKkGh5Nlk { top:32.4375rem;left:0rem;width:9.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7wpaQpkn8DkRMo0MLZuppvuFGClqrO { width:3.1875rem;height:3rem;top:31.5625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { top:32.1875rem;left:0.875rem;width:1.75rem;height:1.75rem;display:block; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL > img { max-width: 100%;max-height:100%; width:1.75rem; height:1.75rem; } }@media only screen and (max-width: 763px) { #Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { top:32.0625rem;left:4.5625rem;width:2rem;height:2rem;display:block; }
#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 > img { max-width: 100%;max-height:100%; width:2rem; height:2rem; } }@media only screen and (max-width: 763px) { #qMaemzs4IXPC5nUgTgMcs41AGz98DO9A { top:32rem;left:8.3125rem;width:2.1875rem;height:2.1875rem;display:block; }
#qMaemzs4IXPC5nUgTgMcs41AGz98DO9A > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { top:32.125rem;left:12.25rem;width:1.8125rem;height:1.8125rem;display:block; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:1.8125rem; height:1.8125rem; } }@media only screen and (max-width: 763px) { #AtultqSSl8OfR4A9zqoZJo7fXULtXEB1 { width:3.1875rem;height:3rem;top:31.5625rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #N97umIeN2vma83pfR5qxU4xHxzGDJEg1 { width:3.1875rem;height:3rem;top:31.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaUdyEnDQCGbPb8MIu26ZzUWOBouanD5 { width:3.1875rem;height:3rem;top:31.5625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnMDynuNag0onSerBk2hP8fZKaXfgTEn { width:31.5rem;height:43.9375rem;top:2.875rem;left:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { width:8rem;height:1.9375rem;top:1.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfEgd78UlLFWF74EsbJg6ogInxtQ2PQ1 { width:14.5rem;height:2.4375rem;top:1.25rem;left:33.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyymuOERSAGUk9RI1Ng6erOydRtRJAzZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { width:8.125rem;height:2.5rem;top:1.25rem;left:24.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block; }
 }@media only screen and (max-width: 763px) { #Q6u2wIm8Zn2NdGQcECFGICedncoXfbP4 { width:8.25rem;height:2.5rem;top:1.25rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlmx4WHCLyyNCAKKvtPzfni2PGmnb52v { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm { background-color:#000000;background-image:none;display:none; }#eBIRMOMTA8OF5m7JcrabZq00KdCOCnGm > .row .container { width:20rem;height:24.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #Sf7U6gEunJMeDtsNcH4SMbwVbXDTw3Vg { width:20rem;height:1.5rem;top:15.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P6LVOMsbIbKIRf2FNwbhMdZotyweRHvk { width:14.4375rem;height:2.8125rem;top:19.5625rem;left:2.78125rem;font-size:1.0625rem;background-color:#78096e;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Vvz2CDnal5ifPs2BAAWOGOvTTywnei4I { display:block; }
 }@media only screen and (max-width: 763px) { #nD6UuhXE0gp1H6Ti5bug7rdl40VcwXdg { width:20rem;height:1.666666625rem;top:16.75rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnDZzXd1rV1NIfm8ToOEI4MGiwK3Tnmw { width:20rem;height:1.6875rem;top:2.2916667461395rem;left:0rem;z-index:15002;border-top-left-radius:2.25rem;border-top-right-radius:2.25rem;border-bottom-left-radius:2.25rem;border-bottom-right-radius:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsJ2oftkKXbelnMvKwCnDITTg1He3rC4 { width:8.8125rem;height:2.1875rem;top:2.0416667461395rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lhAsJanMb2PVUtag6fh9lpLuUdpPxAbs { width:6.25rem;height:2.1875rem;top:4.375rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlqXqRTpipRNKSMuirs5ZNlfpV5VAT81 { display:block; }
 }@media only screen and (max-width: 763px) { #klgy5Kk73BQppa764c91TiM4mHy0gsNS { width:5.6875rem;height:2.1875rem;top:6.5625rem;left:7.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmqloHvFJX2uRokHaSdI7TqsRCNGq9mM { display:block; }
 }@media only screen and (max-width: 763px) { #aD9mJ7AZLaqg7XFJgGzWLUTOlMx9RmrS { width:6.5625rem;height:2.1875rem;top:8.75rem;left:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QaDf6ipc6Z3HDrGdxkBLvPE0nk57LMRT { display:block; }
 }@media only screen and (max-width: 763px) { #f6mockKu53pfBTFzkzTRAdTvi6bFdArm { width:6.25rem;height:2.1875rem;top:10.9375rem;left:6.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHbP9C1wUBL51APoWRB1UcK5d6U32eXx { display:block; }
 }@media only screen and (max-width: 763px) { #udLNHTbbg7J8aKxqaNEZZwxFoPkoXbgR { width:8.125rem;height:2.8125rem;top:0.9375rem;left:10.9375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #MxWsRRmWIbbzPkSCdulgU6oUFvmEMdvJ { display:block; }
 }@media only screen and (max-width: 763px) { #FTEQpc9mtqcQwxhOsXTCOkixwv373cKV { width:5.3125rem;height:2.1875rem;top:13.125rem;left:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DyAWAdz1tg6GW9koawgO2Ts8I8k0QuFL { display:block; }
 }@media only screen and (max-width: 763px) { #oqZyQgb9phcGrbQLkTXxnafsM532pAcb { width:9.6875rem;height:0.9166666875rem;top:1.2083333730698rem;left:10.072916984558rem;font-size:0.6875rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z { background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z > .row .container { border-width: 0; border-radius: 0; }#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#C2tmw2EQpPVEPgTPLQs8oyZQBsbPJo6Z > .row .container { width:20rem;height:2rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #W8rrAVTPCMCew1VcESNAheIr62Wbh66l { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #000000, #1e1d1d);background-image: -moz-linear-gradient(180deg, #000000, #1e1d1d);background-image: -ms-linear-gradient(180deg, #000000, #1e1d1d);background-image: -o-linear-gradient(180deg, #000000, #1e1d1d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e1d1d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e1d1d' );";background-image: linear-gradient(180deg, #000000, #1e1d1d);background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container { background-color: transparent; background-image: none; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container > .video-iframe-container { display: none; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row > .video-iframe-container { display: none; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .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); }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container { border-width: 0; border-radius: 0; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W8rrAVTPCMCew1VcESNAheIr62Wbh66l > .row .container { width:20rem;height:19.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EzpM0cic6zG5SrOrTrPZtr2Jr8QwGqe7 { width:6.25rem;height:2.1875rem;top:6.25rem;left:13.1875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #KMfCPBWs02sTKv1Kwu5tSuabT2bLMTRA { display:block; }
 }@media only screen and (max-width: 763px) { #ETcRe1gbR3M5MVuPM5VgVpnu6E8b1eAk { width:5.6875rem;height:2.1875rem;top:8.8125rem;left:13.75rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #PXF6V0SQtCbnB1bnDGqR4sP9g0TuuuK1 { display:block; }
 }@media only screen and (max-width: 763px) { #gl5oqGasLdQhGGPHsJMyzewxiKp7i12l { width:6.5625rem;height:2.1875rem;top:11.4375rem;left:12.875rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #yXdFVHZ3IVHk9DcBZ9qvZ6d9orlZBBsM { display:block; }
 }@media only screen and (max-width: 763px) { #dqkJWNbTiyAtm8AAP0iN8MQ3AqMTM6Ak { width:6.25rem;height:2.1875rem;top:13.9375rem;left:13.0625rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #nxAF6PwPRJaTSh2McmplXLHdDTUVJ1qA { display:block; }
 }@media only screen and (max-width: 763px) { #wTSnEa2uUhUbRdkZWO9V6KTUR7mnGCt1 { width:5.3125rem;height:2.1875rem;top:16.6875rem;left:14.125rem;font-size:0.875rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #Ugoln9KtsFCmJteTmBlUamsfoPZlfpWH { display:block; }
 }@media only screen and (max-width: 763px) { #zzXTmqr9cH7Z82ydlChoRTESJODbxFIa { display:flex;top:2.125rem;left:16.6875rem;width:2.75rem;height:2.75rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #TxO5GtszqolHXGMbZnRJu2bvLbixXwIW { width:8.0625rem;height:2.1875rem;top:2.3854179382324rem;left:0.625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/d12547e6-afd2-471b-8c31-2982034734bd/Debby_Foto_Wanezza_Soares7242Edit.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t.adaptive-delivery-prevent-bg, #KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t.lazyload, #KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t.lazyloading { background-image: none; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row .container { background-color: transparent; background-image: none; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row .container > .video-iframe-container { display: none; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.57); }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row > .video-iframe-container { display: none; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .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); }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row .container { border-width: 0; border-radius: 0; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t::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; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KaBUkXkT2cCTVvJs3o34wEu8zknqXh8t > .row .container { width:20rem;height:33.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKl1F6nCKsMM6hqt3CPI0v6pFlohhetx { display:flex;top:0rem;left:17.5rem;width:2.5rem;height:2.5rem;z-index:15006;display:none; }
 }@media only screen and (max-width: 763px) { #gPUwbQ8dNZ3kQ8NgGIzkBtRghpxKy6Hf { width:15.6875rem;height:4.750000125rem;top:17.75rem;left:2.15625rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15003;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #zWOrVMnBOEdVgV010a59JvzTbsBn7ezQ { width:13.1875rem;height:3.5rem;top:24.25rem;left:3.40625rem;font-size:1.0625rem;background-color:#78096e;background-image:none;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #onuX0tuuezVmk14KKyHcElDNqIaiSf46 { display:block; }
 }@media only screen and (max-width: 763px) { #im2PpDlgBcfcgth9SRDd20yaTWI6o8za { display:block; }#im2PpDlgBcfcgth9SRDd20yaTWI6o8za > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Rz84yTwZSSqGCqPC2OTNORUNQ972b7Ae { width:17.4375rem;height:2.5rem;top:3.625rem;left:1.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iXD9HN08cKu88upo3FllpFZXxK2zPCkr { width:19.3125rem;height:10rem;top:3.5390625rem;left:0.34375rem;font-size:1.4375rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #nzOlK5MmVp7Q9gdEZlF5W789bUz0iDEs { width:0.125rem;height:31.25rem;top:27.352864625rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TCQEtvpzB3Xr8k61Ba9Ox78WwwrI9Q3q { width:19.1875rem;height:26.66666625rem;top:14.83203125rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8i8fCfF9OKlrsmcUTTK5BtsIyg15mL7 { width:18.5625rem;height:4.25rem;top:2.875rem;left:0.75rem;z-index:14996;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #KK6oIb69rbATWpnFqMeFbGsCi04BImG9 { height:11.204379562044rem;width:20rem;top:44.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vya1oeFvmkAAhESPhByLvpKHwaa8viWt { width:12.8125rem;height:1.333333375rem;top:56.75rem;left:3.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H92CsH53bEGEcmATqIapaldZgA4XV2lp { width:12.5rem;height:2rem;top:56.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK { display:block; }#UEOhF0WXJuEihtm1c9hea2t9nZEFRwqK > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HypyGFCMZ8D240TwozNQDe2eiUauIt0i { width:20rem;height:1.416666625rem;top:7.977867126465rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsFqfBiOuc8iR15T3yZ6h688Tu2QDV8H { width:20rem;height:1.416666625rem;top:9.602867126465rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZPfEygZXA0FWtU9waRzMN29hMdZLL9J { width:19.5625rem;height:4.5rem;top:34.020835876465rem;left:0.21875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLWSMVBvoazUPsZUa3glmL4hfQVniTKw { width:20rem;height:4rem;top:2.3736953735351rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWbA7OVq8MBauHfP1ETJoqJ3T0ohDVTE { width:17.5625rem;height:19rem;top:13.125007629394rem;left:1.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d { display:block; }#hWLqI0CU5LDyN9gnTltQ5FOAhggmHX4d > .row .container { width:20rem;height:97.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LNXPzb8wuMIvBEIgAz2rHP6Vic5PMBRJ { width:18.125rem;height:16.666666625rem;top:11.354156494141rem;left:0.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJp8CuT4UOWawOLTtRiXMZIH6sTw5BKU { width:20rem;height:21.0625rem;top:9.29167175293rem;left:0rem;z-index:14995;display:block; }
 }@media only screen and (max-width: 763px) { #Jtobd8se2Qv8KkE4NPL4ZdRZ6Ay5shqf { width:11.25rem;height:2.9375rem;top:52.6845703125rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UXgmcmqpTMTvym6QABJoKmEW3rn0ks4c { display:block; }
 }@media only screen and (max-width: 763px) { #n7aQ1tDCWHBFtLUzGa8FKPcEs1EWhBdp { width:10.9375rem;height:10.9375rem;top:40.49609375rem;left:4.53125rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #XuZ9zfg36TE9x53LmqxT143t8ouC9UgN { width:15rem;height:7.9375rem;top:61.29167175293rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VftvgNXhhNMSs4kWywTNRTUKV9Ml2kas { width:20.125rem;height:63.6875rem;top:32.015625rem;left:0rem;z-index:14995;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;background-color:rgba(15,142,199,0.08);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #DyB0JakuU2zfr4RzESOEDqGkv3VbxUQA { width:16.5625rem;height:6rem;top:1.9140625rem;left:0.90625rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #esyqRFopnTIk9E2xNAptZpLWoAVQga3p { width:9.5625rem;height:1.833333375rem;top:58.3125rem;left:5.21875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iRyQXMqGQbabcoT1Nzp90uZQeaOqoHLI { width:9.5625rem;height:1.833333375rem;top:37.770843505859rem;left:5.21875rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gc5EVuemc6ukgLcFroZi01b8G7kGm9vG { width:11.25rem;height:1.833333375rem;top:75.95703125rem;left:4.375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mMk1kakbCF2tNxGrsnMflL1y307Mx1Nm { width:9.4375rem;height:2.9375rem;top:70.604171752931rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gll85cpIWJJpryzUs9GPGtoVSpro9dn9 { display:block; }
 }@media only screen and (max-width: 763px) { #DOBARqMN2QAhFT5JDqn85flTedeaGfbv { width:9.3125rem;height:2.9375rem;top:90.979171752931rem;left:5.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OHI2bIpP2lx2cVEsh43KGznAF3fSidR9 { display:block; }
 }@media only screen and (max-width: 763px) { #UcQJUOlaOL2OGTbAXAcIBMmUZ9vMFpfC { width:11.1875rem;height:11.1875rem;top:78.354171752931rem;left:4.40625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #ilxNqFu9RJD4Z7m7K6ocySN5ZDJ7zuar { width:20rem;height:2.5rem;top:33.541015625rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sLCVuotfndECTgruX4b7rwin349TVPt7 { width:3rem;height:3rem;top:1.4583435058594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzsXCHM4afm5notzVzfAArDHJgdFTJF7 { display:block; }#DzsXCHM4afm5notzVzfAArDHJgdFTJF7 > .row .container { width:20rem;height:78.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bt3xMH8rbc9aOxtE6tkmb0xJPEIBrEuy { width:16.3125rem;height:7.0625rem;top:52.3125rem;left:1.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPN8xLs56hneP12MFsAgZW7wUMTrrWgD { width:13.3125rem;height:2.25rem;top:53.75rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #quaIBNe0NQkPlBpNfBy3Q9nwJ3D1HqDo { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #fsOLmXv2SrH324obE7E2xU7qb38eSFqX { width:10.3125rem;height:3rem;top:56rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HfuJHIWcU4d0nDR85F9AxHGn8cFiW6IJ { width:13.9375rem;height:3.75rem;top:24.625rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX { width:20rem;height:11.875rem;top:10.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/57c8f973-4547-4f63-b6a7-0e0539672a94/2d13441dd7ca441d8240f2bfdec123a3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX.adaptive-delivery-prevent-bg, #tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX.lazyload, #tMWraBnNJQdbLHicE0FfS2UhOpRGJaTX.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #DkbCSqPq5hOES0Fo0X1SFcIW6f74iGcd { width:17.6875rem;height:2.5rem;top:5.75rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3NTPJ2ll78LTmao3bUVqJCUDIB7ixZX { width:13.8125rem;height:2.33333325rem;top:2.125rem;left:3.09375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZbFTVelxzqqLiUUVthWOex0QUzVqo6l3 { width:20rem;height:4.9375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #l2Z8xXf4gLtQDKpqK9Gb5fhitcCuucMF { display:flex;width:2.25rem;height:2.25rem;top:25.4375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #pwsrM6uCHv3sKMtFmdUxT6Z2VIeuFXPp { width:3.9375rem;height:3.75rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awCxqwFLBSDXbdbt0iNsk3J0xCrScqdw { width:20rem;height:18.33333325rem;top:31.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bHAIWyyUyPkzRnVla2NmzlIiRl90lkQH { width:16.3125rem;height:7.0625rem;top:60.4375rem;left:1.78125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH26D3RFMQ6DihwokAwlwpFLqsMDDfq7 { width:12.6875rem;height:3rem;top:63.46875rem;left:3.65625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xPqaU2TebnWtDpT0ohMKvBbWkyuSHxlA { width:8.6875rem;height:2.25rem;top:61.09375rem;left:5.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvvxUlWaToiNJ3STapCblW6b61eVd57q { display:flex;width:1.4375rem;height:1.4375rem;top:61.5rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #gTBxAup115urIr6AyXM3T5pq47qwLR2S { width:16.3125rem;height:7.0625rem;top:68.5625rem;left:1.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhWKB9xI5HAwE9LmRbQ568oRSxeQUyyn { width:15.8125rem;height:1.5rem;top:72.4375rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ituQxSbn88S1pfT7oGfrhncTkIioicNH { width:10.75rem;height:2.25rem;top:69.6875rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wne0MleBB0G7DrWmkGNJQCSr1HLP6v3n { display:flex;width:1.4375rem;height:1.4375rem;top:75rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH { display:block; }#UHlwIFo3rgAD1gOtPTGZ0WyaOvUPBQqH > .row .container { width:20rem;height:77.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpp1QwkVpflCUp9G3DUMqFAAFDnNGZ4b { width:16.3125rem;height:7.0625rem;top:52.3125rem;left:1.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #siyhuxarTIpO8zOp4npUvFuLrNonzlLN { width:13.3125rem;height:2.25rem;top:53.75rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m85xwBEUBIFFktfuF2IVJuM8TTJxLr4O { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #RthnArM61ulgJpKxQnbPTDT42uDPpi33 { width:10.3125rem;height:3rem;top:56rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJGwzSvt0cTlnQBkU0h1nQ1A30tSmcWS { width:13.9375rem;height:3.75rem;top:24.625rem;left:5.375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #poWg0iulyvpWHBB4go3TLyaWhINaowNI { width:20rem;height:11.875rem;top:10.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J93XbtvcuPvNhdTMh31Sey13lZHTxgtK { width:17.6875rem;height:2.5rem;top:5.75rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g98RVUH3DprOzPSGh06KR22GUN01K1U8 { width:13.8125rem;height:2.33333325rem;top:2.125rem;left:3.09375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wKOqENQltWzXZ1oxcFOPxkaTqFkxwi7w { width:20rem;height:4.9375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmh9rb1gSrd1RKnxmyfrAP99Sm3JBdpL { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #T1QTh99nrTLNOsxcTS3H0JXuSWowUCTn { width:3.9375rem;height:3.75rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eltEDx31LBT6c3m3BmRA46zVRT7raLws { width:20rem;height:18.33333325rem;top:31.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NonNch4LwAnFAGQZcS6ExNeIwdf31squ { width:16.3125rem;height:7.0625rem;top:60.4375rem;left:1.78125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTqT9ZfAqRX3qPpSoLE1zpqgs3GReb32 { width:14.3125rem;height:3.75rem;top:63.2890625rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pKCTFXbebqdTsOlyHu6HAIZUZMkzXP8N { width:8.6875rem;height:2.25rem;top:61.09375rem;left:5.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGoMbTwIMKNQghq1xeVBQiNUhASCiveL { display:flex;width:1.4375rem;height:1.4375rem;top:61.5rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #ax6AW9KxxfB6WF5MaJp1UgKsnVev4hIq { width:16.3125rem;height:7.0625rem;top:68.5625rem;left:1.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSviDCBoUwO33o5qbwo47pGoxZ1g8DvG { width:15.8125rem;height:1.5rem;top:72.4375rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hiouU9N5P2dM9dDwPZzfPemfF3iUhVF3 { width:10.75rem;height:2.25rem;top:69.6875rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rpfvSEkkNiylLP2dumt7OBTfRmpFfNwO { display:flex;width:1.4375rem;height:1.4375rem;top:75rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk { display:block; }#ZxnWIecJqHkGAGNCv3mSAQUpUPytsXqk > .row .container { width:20rem;height:78.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vC6idnvGwipyIr6fkKlTUKZx7VOQpxIg { width:16.3125rem;height:7.0625rem;top:52.3125rem;left:1.875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PiqZoWDkgD8ShgfOauZtZkTPgvpprx81 { width:13.3125rem;height:2.25rem;top:53.75rem;left:3.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHp4BTI4mAIIhgS2o22iErcUzSmUSA6u { display:flex;width:1.25rem;height:1.25rem;top:51.6875rem;left:9.4375rem; }
 }@media only screen and (max-width: 763px) { #HmTNzK89ezvBHqpuaBtx5EJHlAZma9c1 { width:10.3125rem;height:3rem;top:56rem;left:4.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aTnOEyvTWuxr4gf9uTRbPvo6ReCE9WoD { width:13.9375rem;height:2.5rem;top:25.447937011719rem;left:5.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W { width:20rem;height:11.875rem;top:10.125rem;left:0rem;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/77860ed9-e3ef-49b7-bfaf-1a2ca1ca142f/NewProject5.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W.adaptive-delivery-prevent-bg, #uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W.lazyload, #uX1eetUXgrAKdTbQnv7RlyuLZ3nTQ77W.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #ICLAVQTARK6BgTv8c0G75KebS6SIVEk5 { width:17.6875rem;height:2.5rem;top:5.75rem;left:1.15625rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aanXEkcPnhhXnr1aUwhWuanTaAX2VHW5 { width:13.8125rem;height:2.33333325rem;top:2.125rem;left:3.09375rem;font-size:2.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cF2TyVBN1V7rAycoSaiUMPdxTkcqiXik { width:20rem;height:4.9375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S07ibovgQ3EzLhSkPQGhyTLJdfwatFEG { display:flex;width:2.25rem;height:2.25rem;top:25.5625rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #x3uXDKUGquCCsRf8s2xcGfuuOe39SqEg { width:3.9375rem;height:3.75rem;top:24.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUXT4tXpUVREXDRwkmS0HfdusvlmWRFp { width:20rem;height:18.33333325rem;top:31.5rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #q4WsT9lkHMRC2Cl12XPbiTB5uAzlXoSJ { width:16.3125rem;height:7.0625rem;top:60.4375rem;left:1.78125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aC94qV5dWA9KeI2TJtN4RcP6yOCZgq0P { width:14.3125rem;height:1.25rem;top:63.2890625rem;left:3.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J4dR5Zhnb0ZTEGDs1GzLTtTLtiDbf01K { width:8.6875rem;height:2.25rem;top:61.09375rem;left:5.65625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #r4gGCTx4k1AHNUNNAeEASQgn5VnaBfwf { display:flex;width:1.4375rem;height:1.4375rem;top:61.5rem;left:1.15625rem; }
 }@media only screen and (max-width: 763px) { #m9STqNTL1qKkadmyIyxHC4Qh0hIxv87o { width:16.3125rem;height:7.0625rem;top:68.5625rem;left:1.8125rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZd0uIqVdHrkxsTApbVEga5oqAP3zA1o { width:15.8125rem;height:2.66666675rem;top:72.4375rem;left:2.09375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vmaMySQvZX9MKoZrpuTHtgBD3zEc6ZVi { width:10.75rem;height:2.25rem;top:69.6875rem;left:4.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhQSvk60uBwEfMJhK9LKyEgsUDlnxmGs { display:flex;width:1.4375rem;height:1.4375rem;top:75rem;left:15.375rem; }
 }@media only screen and (max-width: 763px) { #a1LzViWF42EL3Iki6uCsk9kWD32wMSBf { display:block; }#a1LzViWF42EL3Iki6uCsk9kWD32wMSBf > .row .container { width:20rem;height:66.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m6NrQ0KDEzeoyZTVqw3Ctm27rJWvL59T { width:16.9375rem;height:2.33333325rem;top:7.8125rem;left:1.53125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snqEP8Bzxx7HQ6MPAITWWAuU3VhdBTIR { width:13.9375rem;height:3rem;top:13.958343505859rem;left:4.5833334922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id95Lwzlo5Ndk1CbwXlQT82eVd7QORM2 { width:17.25rem;height:2.5rem;top:17.9375rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqdu091AZSoa2c5e0NsFoDnJV9NyvJxa { width:12.5rem;height:0.0625rem;top:17.39453125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfUWORMqvSlNEo6A8Htqad475lksPVob { width:20rem;height:11rem;top:36.4375rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XeTkDFfshsJTskZtOkNdt0SK4E1CGmZ8 { width:14.375rem;height:3rem;top:25.26953125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRcQUwl5qWu2JloKLmG1KK03uvHBZGAd { width:17.5rem;height:3.75rem;top:41.946624755859rem;left:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MsUhEdb6UC9bwTM5qsNwaAR2iMGcCQ93 { width:12.5rem;height:0.0625rem;top:28.625rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E37mRcfMiTxTGZD4AK7fyHT2ccl3zS6p { width:20rem;height:11rem;top:23.89453125rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kzG42mN4HypBn4yBbX6LCyPMcesbNvHe { width:13.9375rem;height:3rem;top:37.791687011719rem;left:5.0208334922791rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wDtQ1p2AVpFG2NH8SlwkMOGuhmTAEZPF { width:17.5rem;height:3.75rem;top:29.321624755859rem;left:1.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QfrvEAkrTuCyzNZLv40J5msTULK5ybVQ { width:12.5rem;height:0.0625rem;top:41.165374755859rem;left:5.0833334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #QVzXKTTPzaOrU8sdtZixJRtlSCXS20gl { width:1rem;height:3rem;top:13.916687011719rem;left:2.09375rem;font-size:2rem;color:#0f8ec7;display:block; }
 }@media only screen and (max-width: 763px) { #rBbAdSSRIGX3JCT1bqGn38EsAD0Pesh3 { width:1rem;height:3rem;top:25.311218261719rem;left:2.09375rem;font-size:2rem;color:#78096e;display:block; }
 }@media only screen and (max-width: 763px) { #QHkyBJi6qUcKLwzF6ByEGhiMOcmva4J8 { width:1rem;height:3rem;top:37.75rem;left:2.21875rem;font-size:2rem;color:#0f8ec7;display:block; }
 }@media only screen and (max-width: 763px) { #EAHTbWbOQXcxU7lzhibdcJ6QGVHglN0e { width:20rem;height:9.9375rem;top:12.434906005859rem;left:0rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8BicqJTGpPLszTIVqZ2x5wSAtmmMGDx { width:10.6875rem;height:15.8125rem;top:48.75rem;left:4.59375rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nkvhzzu4lZBbaDhqTaE7EcVAh5Hx9Vr7 { width:17.5625rem;height:4.3333335rem;top:2.4987182617188rem;left:1.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8bhvnR0WogH8zXvRUL7gecZerUfpWE2 { width:3rem;height:3rem;top:1.95703125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #H1VxgBMvpBOqUFCTdfsDEpvynPuHeeEo { width:3rem;height:3rem;top:13.854187011719rem;left:1rem;z-index:15011;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #UyRXvtkp7BTCxfEEdb65UvcbGV6TtbQJ { width:3rem;height:3rem;top:25.227874755859rem;left:1.125rem;z-index:15012;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #E0L2TU18TTGOGThb0wkoDTckLZPT17T8 { width:3rem;height:3rem;top:37.729187011719rem;left:1.25rem;z-index:15013;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WtoNMaEJCdJQBfe18Eff6McNykmZvwTk { display:block; }#WtoNMaEJCdJQBfe18Eff6McNykmZvwTk > .row .container { width:20rem;height:106.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQxk0DHTVHrQw067yaCM0IDNZHTH5OGK { width:20rem;height:2rem;top:1.3723754882812rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hzVHoGT6D5FdfA1vqW0GRbsPW4VgwWqD { width:19.9375rem;height:28.875rem;top:65.665374755863rem;left:0rem;z-index:14994;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fhk0rTgsS8Ql2IKar4k6IAg8MbwTt3PC { display:flex;width:1.25rem;height:1.25rem;top:58.809875488281rem;left:16.90625rem; }
 }@media only screen and (max-width: 763px) { #ZT33cNcvV5CRpFBeFPQ9qvIUD4Pg9PLL { width:20rem;height:50rem;top:7.3737182617188rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fsuKtNUsO2NEITEW8iMaluatek2AsMci { width:5.1875rem;height:5.1875rem;top:94rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #abpmuwzXv0WHO9zT3fl4Ogkw6OUlKdxR { width:18rem;height:28.1875rem;top:69.625rem;left:1rem;z-index:15023;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opv6EMy4AkSTZ0qlDL1Cqr1NEOHnfMXQ { width:19rem;height:1.166666625rem;top:4.08203125rem;left:0.8125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlDxv4flrZiOQsqkZpw0RURE9vXCbnO8 { display:flex;width:3.125rem;height:3.125rem;top:102.25rem;left:4.8125rem;display:none; }
#LlDxv4flrZiOQsqkZpw0RURE9vXCbnO8 > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JBf9BvGrPl7QgdIbsC15T4OXRIOIs25n { display:flex;width:2.9375rem;height:2.9375rem;top:102.375rem;left:8.6875rem;display:none; }
#JBf9BvGrPl7QgdIbsC15T4OXRIOIs25n > img { max-width: 100%;max-height:100%; width:2.9375rem; height:2.9375rem; } }@media only screen and (max-width: 763px) { #w1yskbSGrTQcnGIIxTXvprGQIzAJclzp { display:flex;width:2.8125rem;height:2.8125rem;top:102.4375rem;left:12.375rem;display:none; }
#w1yskbSGrTQcnGIIxTXvprGQIzAJclzp > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { #thlTiZVfh1wK43scDVtUIJsFaP1oWcwz { width:15.1875rem;height:1.5rem;top:61rem;left:1.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #a2CLKApZUXdkCoeAAxx29hLLIvwsEllB { width:15.8125rem;height:3rem;top:62.6875rem;left:2rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WKk0x2hTXPh4B05NKmDqkEKxlgdNHwwf { width:3rem;height:3rem;top:0.95831298828125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0kroR7Mm1XDb1HcMOeQFk65CKey7Zgw { width:18.1875rem;height:7.6875rem;top:59.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNxsmXIs66LqBWidZJvQMSfaTAHezA9N { display:flex;width:2.375rem;height:2.375rem;top:100.3125rem;left:2.9375rem;font-size:1.625rem;z-index:15033; }
#bNxsmXIs66LqBWidZJvQMSfaTAHezA9N > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #SkZr8p7JUzSBQgBhWvRXgoXUHGI5NCZr { display:flex;width:2.375rem;height:2.375rem;top:100.3125rem;left:6.75rem;font-size:1.625rem;z-index:15034; }
#SkZr8p7JUzSBQgBhWvRXgoXUHGI5NCZr > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Nq1FLxJf59n2tPCvd0N4qBRAu9tFqp7r { display:flex;width:2.375rem;height:2.375rem;top:100.125rem;left:14.4375rem;font-size:1.625rem;z-index:15040; }
#Nq1FLxJf59n2tPCvd0N4qBRAu9tFqp7r > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #UEUCHmRQFkVAE6s2923dpUWIBwW4vNiW { width:3.1875rem;height:3rem;top:99.9375rem;left:6.5rem;z-index:15032;display:block; }
 }@media only screen and (max-width: 763px) { #vv1EPnU9IZNxJiNUtfmkCbEMdnpafWoI { width:3.1875rem;height:3rem;top:99.9375rem;left:14.0625rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gVJp8PnZfOxD7evvfcgsWUaQaRMNvBT9 { width:3.1875rem;height:3rem;top:99.9375rem;left:10.3125rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #ItBgxs1N4SsFUIkgupOmGybugoglnfZL { width:3.1875rem;height:3rem;top:99.9375rem;left:2.75rem;z-index:15030;display:block; }
 }@media only screen and (max-width: 763px) { #IzmHrQXhSZGFK1hzS4uH47kqpVG4xrrO { display:flex;width:2.1875rem;height:2.1875rem;top:100.375rem;left:10.6875rem;font-size:1.375rem;z-index:15039; }
#IzmHrQXhSZGFK1hzS4uH47kqpVG4xrrO > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd { display:block; }#iFbQJ5Il8BRL4io6FJhrCIcHurNIrQwd > .row .container { width:20rem;height:41.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JWI9wiZW3tMvKNmTFRqGIIxvNTIJv2D4 { width:3.75rem;height:3.75rem;top:35.104187011719rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1AJBbMt7W9HJkEAgIqd9sTpCDW8X5oE { width:14.25rem;height:3.25rem;top:35.375rem;left:5.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HUeqionlM7KR4fWe9kD9NsQ0MdiFJtmD { width:3.75rem;height:3.75rem;top:27.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQ7KfiMB2T9ZSN8ylz51LFM5By3Hh7Cu { width:14.25rem;height:4.3333335rem;top:26.75rem;left:5.6666669845581rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1t5r2JLHlD7J1g5enT9V6hA61B1RINw { width:8rem;height:14.6875rem;top:7.7278442382812rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhxuNCISDVVo9hEdA3c1rh4nEvWUdvXz { width:8.1875rem;height:14.6875rem;top:7.68359375rem;left:10.645833969116rem;display:block; }
 }@media only screen and (max-width: 763px) { #CVx29Ig87tQfoGFmIEyO26iewT05lRgp { width:9.1875rem;height:1.083333375rem;top:38.854187011719rem;left:5.875rem;font-size:0.6875rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uaT2OQDdaa4LUEhTnSbw3yB94QJ3pXQ7 { display:flex;width:0.9375rem;height:0.9375rem;top:26rem;left:5rem; }
 }@media only screen and (max-width: 763px) { #E9w1OkUnewRoEaPfeaq7mDzEba8pFu9u { width:4rem;height:3.6875rem;top:26.89453125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeMiEEmsJ08war7cOuk9UBeTSbWVgUA9 { width:4rem;height:3.6875rem;top:34.84375rem;left:1.2708334922791rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ky1IVhBoGlMWXdZVoDvk7RQzWWkwCI { display:flex;width:0.9375rem;height:0.9375rem;top:34.333374023438rem;left:5.25rem;font-size:0.625rem; }
 }@media only screen and (max-width: 763px) { #aEN7BZ3VRx7k00trARyBCognp46nT9BW { width:6.4375rem;height:1.083333375rem;top:31.08203125rem;left:5.75rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNfbn4uTIZsuyHsd9K0pE1uDpXVTxuFb { width:7.5625rem;height:1.083333375rem;top:22.4140625rem;left:1.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJRUsg9IPSW1h79u2KNVTIeHrIKd0m5U { width:6.1875rem;height:1.083333375rem;top:22.4140625rem;left:10.833333969116rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yat8n4AcUTEdBclfwbL6wcRoC9COczcm { width:18.25rem;height:3.5rem;top:2.33203125rem;left:0.875rem;font-size:1.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iwyzm3BZw9VFU3zvZfSZwg1DKdpLtpdR { width:3rem;height:3rem;top:1.64453125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 { display:block; }#tNyRtb9UXOI4NZD43huuxPnwtE3bVTV3 > .row .container { width:20rem;height:70.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a3KXS7HWxwkNqcnrQwrPLH0B7E067KN6 { width:10.75rem;height:7rem;top:1.2265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bf1xl62wMtW4warKPPWC5I7rBKp7u5SF { width:20rem;height:13.9375rem;top:54.81640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MCC98OopmL4bLTt5TL0gT7NuUlTrbLWq { width:10.75rem;height:8rem;top:24.37109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQMTcNlhI2rwu6TqQ3rbu4kgNTrTBPwl { width:10.8125rem;height:4.4375rem;top:32.911437988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7mh7vDVy7PKv8unnkiuue2yCPMrTb24 { width:10.75rem;height:14.875rem;top:8.87109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #twdJ6MCkW9JogITMTTNxA4XonCyVcUcK { width:8.8125rem;height:10.9375rem;top:13.744750976562rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #baow8fbToToyPrWWMg4hfXRenZPkIfyG { width:8.8125rem;height:11.9375rem;top:1.2265625rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQlhSyN3z2RLHRStwCkSB0T6X84zbmNB { width:8.8125rem;height:12.0625rem;top:25.26171875rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XOVkT0pvbGw7Higu8rwNpu5pFHgrwkC4 { width:9.75rem;height:6.125rem;top:48.088562011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6z5dV3kPDonwSkTr1FWZLt9iTf9v7pO { width:9.75rem;height:6.25rem;top:47.973937988281rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyPMBMXWaMQSvJTfPOtaKTPETzmRJBcu { width:20rem;height:9.5546875rem;top:37.9296875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf { display:block; }#ydpRiZQz5ucF8HPKuIaArDXNHTqb5VWf > .row .container { width:20rem;height:44.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uRUPDaEmhxh9b0zXoXuGJMCJXg5gAU4z { width:20rem;height:4.6666665rem;top:1.0390625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zdwCIfPNMilmTIvt04FMoU9rOSv6eFzT { width:18.25rem;height:7.5rem;top:7.3958129882812rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kdPo5V3kKdNHs5a09KRynbGKkOJ7OoTk { width:18.1875rem;height:10rem;top:16.25rem;left:1.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #W4w34c8GuW1SBbD8WAX2Gpui7NEtz0AU { display:flex;width:0.9375rem;height:0.9375rem;top:8.875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #d6ACliBGTQQFRsan0eORsVKvgn4r9zsZ { display:flex;width:0.9375rem;height:0.9375rem;top:10.0625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #tLNKAf5Cdo8sNCZ5uyOnnkBqdJxhPFTC { display:flex;width:0.9375rem;height:0.9375rem;top:12.5rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #QKO9gBtyQbqQbwvbKNTe2rDfoyCKmZNV { display:flex;width:0.9375rem;height:0.9375rem;top:17.6875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #EQTCX5P6XofgSMCTZ87QhOMMQJAGruhf { display:flex;width:0.9375rem;height:0.9375rem;top:20.1875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #ZcgXKpiHMbUktR15mgtfMEC0EpLVacoW { display:flex;width:0.9375rem;height:0.9375rem;top:22.6875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #TKondvy0uksOdIwB5FEF4Up4grxSd7NM { display:flex;width:0.9375rem;height:0.9375rem;top:25.0625rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #gaTm4eE4wxG2Ta6PXmcCSfPxZ7VJKTEs { width:20rem;height:14.015625rem;top:27.895812988281rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #po46DZwvXTHFgoHIJQJqxRAAe39gQEyl { width:3rem;height:3rem;top:1.0404052734375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 { display:block; }#MzUvBSEZkuMAQ6bExLxcW4nPgGTKROL9 > .row .container { width:20rem;height:40.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fE4Xo0yRCNBL60lUs7HRyCzzatMum5I4 { width:17.6875rem;height:8.75rem;top:14.83203125rem;left:1.9375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kZkELBcG5cykzFqDky8LNt5no3JyZBOX { display:flex;width:0.9375rem;height:0.9375rem;top:15rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #GRkuhgcFooLmMSZPT6Q8NfDsoIfX1Kts { display:flex;width:0.9375rem;height:0.9375rem;top:16.1875rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #xBca0TunP9ylwaH1uFoUvaLK8Ux7Eo7v { display:flex;width:0.9375rem;height:0.9375rem;top:18.75rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #xg7N2S1l62ksy4Qul8R8s3nqsxLEhRa6 { display:flex;width:0.9375rem;height:0.9375rem;top:20.0625rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #R2M11TlTbZeZP23KviJJMyedAqIIz4OZ { display:flex;width:0.9375rem;height:0.9375rem;top:21.3125rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #NtTSES34iHusEV8Qr5kCAKObJqJzI8l0 { width:18.9375rem;height:11.666667rem;top:1.9153442382812rem;left:1rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hO47tWJ3qyeQGvDhIVVKJsGTHvZIpam3 { width:3rem;height:3rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsq6xzzTCoT4iXZsylzJxLtpHmZ2lz84 { width:20rem;height:11.0635rem;top:26.2080078125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v { display:block; }#BQRhXkCBshzm3H8oVTqTU0X5RyCBVZ2v > .row .container { width:20rem;height:19.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S7eiygxJ6iI0Ii93tTRIsPUOsWwM8dFe { width:20rem;height:1.666666625rem;top:8.875rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKTXFhhrkgw0MqJ3xd49UFEL5WPHVQM0 { width:20rem;height:2.33333325rem;top:8.5625610351562rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W3hRThta4S9coGgLML1PS0ppeawVONe4 { width:14.75rem;height:3.4375rem;top:12.1875rem;left:2.625rem;z-index:15017;font-size:1.0625rem;background-color:rgba(144,37,135,0.61);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #n5k3xhXron1SE61pUQV0e9C0qEGQ1IwN { display:block; }
 }@media only screen and (max-width: 763px) { #o3XSBRDCfZfKTvgvuFyuSvb8ZDNOhlnf { width:20rem;height:4.6666665rem;top:3.4583129882812rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw { display:block; }#dyuo7dziSNRBz9DCXVrkUGeNUdwOnfiw > .row .container { width:20rem;height:37.625rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QWOb68NXImqR8VcDLg6st9xHEwTT9OGN { width:19.25rem;height:7.875rem;top:9.625rem;left:0.3125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-element-container { background-color:rgba(229,229,229,0.07);background-image:none; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M { display:flex;height:auto;width:18.5625rem;top:19.1875rem;left:0.71875rem; }
#W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #dFQETR1qsD6tACdL4FeLQEPGsOqMlZdw {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ToPu7rngsTZvVdmUDBn9ve3a2dh9HSVF {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #sto36lgsAvr6vwK9FuzMT0cRKtBih4V4 {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #qo8y3WX3zOlLJKxOLE832STbJ8ETRGCw {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ZD7nMdm5QBMQOZ3LSWxOs4yFqXUGmxEJ {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #WccCCnGVHT2TZOXRA521H6alAgVAnvcy {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #C37FpBnzU6GNlAVVyIpBk0MOkCnISXLN {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #gCLhLdFZSNgW9JcUuXPT1m5T9BKD1VGe {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #rkcDFqmq4NSiUgT3rOqONptcdtqcdwln {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #isFTQHymKaM1HgRkfCQTlU4o37GEcqDa {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #rLa9SMXz6eUTBdhKAZ7q4oEiRC8luXPC {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #xLQ4XzA5OkK8qasTdWqye0z797Zr9dpM {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #GPZVTBTseiB1O9E0CZZF6rSCfOqm5PaX {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #RzQl0ySRqG9tofDRitd6X3BA1TpoAMHw {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #TDvZTeTxGp9026Gro2CTGvNZkBauRnrv {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #OlB8TngW31LOy4Vx3LGmxMT60GoyCzeN {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #SBzHnq8mn3GT94tUTP3ccPQ0PMwko9dg {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #ISb4TirpIKOoa4VPhVCT8t0Asq7yg0as {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #JfPDoOOobgEgXuunznhONSGXSJkLO0QC {  }
 }@media only screen and (max-width: 763px) { #W91gZ8EqWwnqVGKB9TnwQd9bpmSVuc3M #W8sT1HAloZsKTC8DzqdM0DncI7ChCs9F {  }
 }@media only screen and (max-width: 763px) { #KMxeOII33XBL4qhGbmNEScghPXs2Vx60 { width:16.9375rem;height:4.6666665rem;top:2.5625rem;left:1.6875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EAkHwnQ41uztuhvBJMboxF9rn9z8Zhuh { width:18.1875rem;height:6rem;top:10.625rem;left:0.90625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 { display:block; }#qJTOlaclvzNrZ91A9pkELJMJ4wuc7KX9 > .row .container { width:20rem;height:63.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-text {padding-top: 0; padding-bottom: 0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-select {padding-top: 0; padding-bottom: 0;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.4375rem; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT  { width:17.5rem;height:auto;top:13.325500488281rem;left:0rem; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT {display:block;}#kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT { width:17.5rem;height:auto;top:13.325500488281rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #XE2MaXQ41NoQnHqoKrkVu8zuddu1RcAK {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #TucyGZLgfG8Dc6yhwPweV2fcNOPgJ81n {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #tI9cLJXQFefI3Gcr4S6wNGRFGD8ga1ZA {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #r5EuCVcwtRJBhORSNVuOGuDtgZ0UrnAf {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #FPr72EeRmoUqDTA7r5nctLAUMTaQhwTT {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #uktMblTU9HQ5NfNLgxhz1u8JrFhEGd4t {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #XoyL5tky9sOwdqCE3VoBZHmbKGLCsdgs {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #Wn5KNwBgqubtEHuapOHH9mOonGX1XlUH {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #ftAnAIvqpEFHbcRUTSgIpywXXqgWkzPx {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #x9zERhbR08P89BGGQb9EP8CniUDUJQfT {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #w7w0oGcQQg85KPaw2XwAtJTS3r6tE6bW {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #wAZyUGoyz4WMnqeAVctRHpstwV6Cy1My {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #NJbJRRcKTrHIvRBTDOy8nl27aMqqvekv {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #N43BIre63TTl2gSlg4J2UamyWgFNX65m {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #hgFPMZodl85XZJgksTDtGyWPbAThElq2 {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #wGTgpVwgP9mPGXUUt9s2tpZ9PW6WFRNi {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #WbZkEaDz3fDETfUMywKQNLWm6UG4aERC {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #UlsLWLISnFD89hg3sycqTyTTAtFpJWkx {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #mTI73ZdTGRP0vLapdQpWN7SJl3lwlBIP {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #gqASZP6E2xBBwMKBcH9E357FsBexZJoB {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #eu8fzThVyhBZ1FhZRTxExxTkfTand9X5 {  }
 }@media only screen and (max-width: 763px) { #QAUQVzWmQoJtLyMrQTo5S1xBwmT8Tdia { display:block; }
 }@media only screen and (max-width: 763px) { #ETOgLpKhQOClZEszNCSb7SvwFxxV3gtS { display:block; }
 }@media only screen and (max-width: 763px) { #E7IQVRawDcbBMlDmyhhMpUmptcA6tTcr { display:block; }
 }@media only screen and (max-width: 763px) { #DMXXbm30ZuhlgduyDsVB09qPu7wQPXkA { display:block; }
 }@media only screen and (max-width: 763px) { #iBiJHggCcXRfBoaagy7Aw0tXrAXt9gKP { display:block; }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #x18dCHV9hvmQ9WsL9bpM8dhfAiy7FKAO {  }
 }@media only screen and (max-width: 763px) { #kwuG7XLBTiPdgGFhb1BTRmVb6V0lBepT #IAlcGOAvWKCJn3CAfTpGydZXZtG988R1 {  }
 }@media only screen and (max-width: 763px) { #GWaCm45OTvXDG4VUP88CwRhRpueJgXJ4 { display:flex;width:1.25rem;height:1.25rem;top:50.428405761719rem;left:17.4375rem;z-index:15033; }
 }@media only screen and (max-width: 763px) { #S99Hu8Q6FPAdAbbEgUBwOLMMJWi8EeF5 { width:12.125rem;height:1.25rem;top:3.01171875rem;left:1.4375rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #v7VT3TVCrxuWmxH897sqHGflOhc3Rfnk { width:18.5625rem;height:4.6666665rem;top:4.7421875rem;left:1.375rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ETpxqByuCycQNt8KcaUWiPm4eRfpMGfb { width:18.4375rem;height:1.25rem;top:9.94921875rem;left:1.28125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ksi3PQWbXQyoPiePzlOCvwtLSuDEvpBe { width:15.875rem;height:4.0625rem;top:52.5rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVDzAchCa5AJ7GM8kHxoid6lXKE87VCq { width:3.625rem;height:1rem;top:53.625rem;left:6.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #V8ubHhQWdlE4BfO4kFE43McBUuvD74xf { width:10.8125rem;height:1rem;top:54.625rem;left:6.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VikeJv0T5IFh2KPEucT8NmXxoBmqHPUR { width:2.6875rem;height:2.5rem;top:53.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #attUxhLo4U1d5m2yTMind5I8aFFdEzUX { display:flex;width:1.6875rem;height:1.6875rem;top:53.875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #DAwHML36SCHENLf6LN65T5EaKkGh5Nlk { width:4.5rem;height:2rem;top:58.71875rem;left:0.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Fv7wpaQpkn8DkRMo0MLZuppvuFGClqrO { width:3.1875rem;height:3rem;top:58.21875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL { display:flex;width:2.375rem;height:2.375rem;top:58.5rem;left:9.375rem;font-size:1.625rem; }
#ygwvQ41pQtBGOlytTD8nDJbxeclT2WoL > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 { display:flex;width:2.375rem;height:2.375rem;top:58.55078125rem;left:16.90625rem;font-size:1.625rem; }
#Px5EnvTW8hcXu6CcWggkRPOktsXPqcD9 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #qMaemzs4IXPC5nUgTgMcs41AGz98DO9A { display:flex;width:2.1875rem;height:2.1875rem;top:58.625rem;left:5.8125rem;font-size:1.375rem; }
#qMaemzs4IXPC5nUgTgMcs41AGz98DO9A > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 { display:flex;width:2.375rem;height:2.375rem;top:58.5625rem;left:13.0625rem;font-size:1.625rem; }
#LXwvVIMwAgezTTBly1ovd6cg2g6nGg46 > img { max-width: 100%;max-height:100%; width:2.375rem; height:2.375rem; } }@media only screen and (max-width: 763px) { #AtultqSSl8OfR4A9zqoZJo7fXULtXEB1 { width:3.1875rem;height:3rem;top:58.21875rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #N97umIeN2vma83pfR5qxU4xHxzGDJEg1 { width:3.1875rem;height:3rem;top:58.21875rem;left:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaUdyEnDQCGbPb8MIu26ZzUWOBouanD5 { width:3.1875rem;height:3rem;top:58.21875rem;left:16.46875rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #EnMDynuNag0onSerBk2hP8fZKaXfgTEn { width:20rem;height:38.6875rem;top:12.416687011719rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ { display:block; }#UdqzP8AqNo4aFTr2arAshCZwdNxliwTZ > .row .container { width:20rem;height:9.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VdnyhUq3aCSSvqzm21F0kDVFmOkmilra { width:9rem;height:2.25rem;top:1.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfEgd78UlLFWF74EsbJg6ogInxtQ2PQ1 { width:14.5rem;height:2.4375rem;top:6.375rem;left:2.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyymuOERSAGUk9RI1Ng6erOydRtRJAzZ { display:block; }
 }@media only screen and (max-width: 763px) { #Nmx8ubkScqggL4QXe5NhaEZFE1wLRQnh { width:7.6875rem;height:3rem;top:3.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BG87TmC9dE5Jk5oTiIFdqSqeP8yRvsex { display:block; }
 }@media only screen and (max-width: 763px) { #Q6u2wIm8Zn2NdGQcECFGICedncoXfbP4 { width:8.1875rem;height:3rem;top:3.9375rem;left:10.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mlmx4WHCLyyNCAKKvtPzfni2PGmnb52v { display:block; }
 }