.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:235,228,228;--color-primary-1:190,164,165;--color-primary-2:124,72,74;--color-primary-3:62,36,37;--color-primary-4:19,11,11;--color-secondary-0:255,253,254;--color-secondary-1:255,248,251;--color-secondary-2:255,240,246;--color-secondary-3:128,120,123;--color-secondary-4:38,36,37;--color-tertiary-0:255,255,255;--color-tertiary-1:233,217,218;--color-tertiary-2:183,129,131;--color-tertiary-3:92,65,66;--color-tertiary-4:18,13,13;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),0.92);background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { background-color: transparent; background-image: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { display: none; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .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); }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { border-width: 0; border-radius: 0; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:75rem;position:relative;display:block; }#iOrXMJiSQ0fREzbL3RCboRJ11vN5k3JK { color:rgba(var(--color-tertiary-0),1);display:block;width:60.7470625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:0.90506625175475rem;left:4.4969215393066rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#VSD9iSUQGiosrAw2AhgbDXIF9bdmvFZl { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.1875rem;height:2.25rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.46766495704651rem;left:61.834856033325rem;display:block; }
#uJugn43xzqb18Fg8muUmOCsDOaRDPBgM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#VbCTzbgLgJnAHXU9RQWSwD8b4lF9yeC2 { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:2.5625rem;top:0.4365234375rem;left:1.2466796875rem;overflow:hidden;display:block; }
#hAWNNWRoSAIqU6fyrSHdT1teAVpZRH5t { box-sizing:content-box;height:2.125rem;width:2.125rem;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(var(--color-tertiary-0),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0.625rem;left:1.4716796875rem;display:block; }
#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { background-color:rgba(var(--color-secondary-0),1);background-image:none;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; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { background-color: transparent; background-image: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { display: none; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .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); }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { border-width: 0; border-radius: 0; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:47.875rem;width:75rem;overflow:visible;position:relative;display:block; }#bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { color:#7c484a;display:block;width:42.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15011;line-height:1.2;letter-spacing:0;top:8.4375rem;left:0rem;height:9.4496875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: 0.0625rem 0.0625rem 0.9375rem rgba(var(--color-secondary-2),1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:34.375rem;height:4.375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:36.25rem;left:0rem;display:block; }
#JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3745rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:19.68701171875rem;left:0rem;height:7.5rem;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; }
#Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { 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:42.25rem;width:31.75rem;display:none; }
#TmHUdEgSa29m38DhotFqlx481iswhT4E { color:rgba(var(--color-tertiary-2),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:28.5rem;left:5.1875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#hLZRbQ0E7CGc7glZvqm7SIdSOKBbcNDz { color:rgba(var(--color-primary-1),1);display:block;width:13.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:30.375rem;left:0rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cRoHhKt8i2kr8SeI9wBWCnQtIEk9chby { box-sizing:content-box;height:9.625rem;width:7.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.1875rem;left:48.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#Tg2P6TqdExwzRZJffGClvLsVRzzIDQn0 { box-sizing:content-box;height:9.625rem;width:7.1875rem;position:absolute;display:block;z-index:15021;background-color:rgba(243,233,248,0.5);background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:35.1875rem;left:48.8125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:none; }
#zMBoJdAPCEJ4zKbpQnDyxZD2yIgb9k2v { color:rgba(var(--color-tertiary-2),1);display:block;width:29.2496875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:46.5625rem;left:2.3125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#XOvuTd3J96qstL3eg7CthZOfd8g2Ik45 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.62435rem;width:1.62435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:50rem;left:15.6875rem;display:none; }
#EuAtxUTVFD9aRU9Lt2k7AWkT4oWS1csU { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.0625rem;width:28.8125rem;top:4.7493491172791rem;left:44.610460281372rem;overflow:hidden;display:block; }
#zoI8ErXavXEAQbGcWe26crMdroxZluQC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.06228125rem;width:1.06228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:41.4375rem;left:6.125rem; }
#WKXGK4WQGmNsRl8KGyAVLSPUrbfbM8Z0 { color:rgba(var(--color-primary-2),1);display:block;width:23.186875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:41.4375rem;left:7.625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { background-color:#f1ece6;background-image:none;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; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { background-color: transparent; background-image: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { display: none; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .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); }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { border-width: 0; border-radius: 0; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:50.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { box-sizing:content-box;height:2.1875rem;width:12.0625rem;position:absolute;display:block;z-index:15006;background-color:#9352c7;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-0),0.2) ;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);top:16.9375rem;left:34.4375rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#KIMGX17xTAox3p9axAXnVAGPVpLkB11h { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#T5HM532y3VJw2eeM03uORKRUaMskFFLK { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { box-sizing:content-box;height:2.125rem;width:10.0625rem;position:absolute;display:block;z-index:15032;background-color:transparent;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;border-top:0.1875rem solid rgba(var(--color-primary-0),1);border-left:0.1875rem solid rgba(var(--color-primary-0),1);border-right:0.1875rem solid rgba(var(--color-primary-0),1);border-bottom:0.1875rem solid rgba(var(--color-primary-0),1);top:20.5625rem;left:44.5rem;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:none; }
#wPIUUBCNelxOyxkdlqvLHyOsIosQIlQc { box-sizing:content-box;height:7.1875rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14rem;left:37rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:none; }
#byLGdlywhWUCPapFNSfJVV12SwmwaAzG { box-sizing:content-box;height:7.1875rem;width:34.375rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:14rem;left:37rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:none; }
#a5xv0T8E27Ehl8PKs8qt9AFi1nLKTRl5 { color:rgba(var(--color-tertiary-0),1);display:block;width:61.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:40.9375rem;left:13.0625rem;height:3rem;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; }
#MX5zoGWsTJn0DepTzF6zXuCOyqyOLTtP { color:rgba(var(--color-primary-2),1);display:block;width:61.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:3.3125rem;left:6.65625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gbMvbV1RXWVSoLLuNtfkbXhTOdKcPDPg { box-sizing:content-box;height:7.125rem;width:29.75rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.3125rem;left:6.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#IdZIddmOxv7td3hblkqtMIEnQoP2g5Aq { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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:14997;background-color:rgba(var(--color-primary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:8.1875rem;display:block; }
#mo8kuNyzm4NytxW6wJu5m6l7KzcOMWRh { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:13.75rem;left:8.8125rem; }
#xMaDhtvI5brgosDIv1zp7NWfvbPza4pp { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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(var(--color-secondary-2),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:40.6875rem;left:8rem;display:block; }
#AfVhVldw8WG3cluTmCdv2DbKQmFAnHZv { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:41.3125rem;left:8.625rem; }
#TR7TL74ZAgls4ClRm3JBACgdZCy7oSMn { box-sizing:content-box;height:7.125rem;width:61.75rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-2),1);background-image:none;top:38.8125rem;left:6.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid rgba(var(--color-tertiary-2),1);border-left:0.0625rem solid rgba(var(--color-tertiary-2),1);border-right:0.0625rem solid rgba(var(--color-tertiary-2),1);border-bottom:0.0625rem solid rgba(var(--color-tertiary-2),1);display:block; }
#Dp3wilz6sMFo4CvglGnlqVOcTFpg6UGb { color:rgba(var(--color-primary-4),1);display:block;width:22.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:13.375rem;left:13.0625rem;height:3rem;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; }
#fDwEXdhPgPluKRoyJQQ0TeIQ9JBmd5dK { box-sizing:content-box;height:7.125rem;width:29.75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.3125rem;left:38.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#qQvmJTHJw1rWCtTCB0HOAbZ1BCezERNe { color:rgba(var(--color-primary-4),1);display:block;width:22.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.5;letter-spacing:0;top:13.375rem;left:44.9375rem;height:3rem;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; }
#mugqVzR6Wv9LeNSngWe8VbFXhgcmchQT { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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(var(--color-primary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.125rem;left:40.0625rem;display:block; }
#oqqWezV8nJB3eRXLgIlN5BZFGnbmHKhN { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:13.5rem;left:40.25rem; }
#C1HsMh2dkXHIVWTpZNCT1fNzVea9RsHu { box-sizing:content-box;height:7.125rem;width:29.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.375rem;left:6.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#MOx41FydyfKfiFGiriwm4xmi1mxKStyV { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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:15005;background-color:rgba(var(--color-primary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:8.1875rem;display:block; }
#eAf13ucmH4LqmMMMfBEHezu0H08ipvxn { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;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:15067;opacity:1;top:22.6875rem;left:8.5rem; }
#rTJRNC3Hx9DGnEx5AHHdQbFNKuxLTRy5 { color:rgba(var(--color-primary-4),1);display:block;width:22.061625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:22.4375rem;left:13.0625rem;height:3rem;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; }
#RmZl2a154Q8zP1onQTikkAO1wWT2TAC0 { box-sizing:content-box;height:7.125rem;width:29.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:20.375rem;left:38.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#HdS1A7amDatiQ8vyW1iMktBiaeNWgTk1 { box-sizing:content-box;height:3.5612rem;width:3.5612rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.1875rem;left:40.0625rem;display:block; }
#beiV9GqJvZD8CDN3NBu3VP3irbCJ9uqG { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:22.8125rem;left:40.6875rem; }
#LgHL64W2mXTiJRr9fdiL2SrfwdBK7n0N { color:rgba(var(--color-primary-4),1);display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:22.4375rem;left:44.9375rem;height:3rem;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; }
#nggm1IRVw1DWOyJAe4EaRM9MwqXKl8Q2 { box-sizing:content-box;height:7.125rem;width:61.75rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:29.5rem;left:6.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#tPHNZaqMD0zc3Jc7s4X4SuwzCSooLplM { color:rgba(var(--color-primary-4),1);display:block;width:35.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:31.625rem;left:13.0625rem;height:3rem;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; }
#xBVd3ZqXrTXqxXzTiTChKqvDTIfcmucO { box-sizing:content-box;height:3.5612rem;width:3.5612rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15009;background-color:rgba(var(--color-primary-1),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:31.375rem;left:8.1875rem;display:block; }
#KNT8IWlpmUT1XriraqRrPoN1yU7GW57R { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15071;opacity:1;top:32rem;left:8.8125rem; }
#PXehr6Dz5saT4vCZ5G02pOsktF9sCv6i { color:rgba(var(--color-primary-4),1);display:block;width:61.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:6.875rem;left:6.93798828125rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG { background-color:rgba(var(--color-secondary-1),0.27);background-image:none;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; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row .container { background-color: transparent; background-image: none; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row .container > .video-iframe-container { display: none; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row > .video-iframe-container { display: none; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .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); }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row .container { border-width: 0; border-radius: 0; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:78.25rem;width:75rem;overflow:visible;position:relative;display:block; }#BCxOHmJCz5yEx9l2UEvBCuTmAHyQPAMq { color:rgba(var(--color-primary-2),1);display:block;width:39.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:2.625rem;left:17.75rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#psXKxQUsNmA1bT8m6wq6emTutmEiBvhM { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0;top:28.625rem;left:39.0625rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#UaV9M5xp0xkao4vVpJUxDR5qarSsA33M { color:rgba(var(--color-tertiary-4),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15039;line-height:1.5;letter-spacing:0;top:35.375rem;left:42.8125rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TPT5qruoEwkXt9XX8fhkhgspqIStfECF { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;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:15045;opacity:1;top:30.9375rem;left:43.375rem; }
#aouRkbsreWZnsaXilU6AAA3Tm4Ed4JTO { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0;top:28.5rem;left:12.125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#c2xl4UWZwRg3qG8DPA5lD0oZo1A1BXIB { color:rgba(var(--color-tertiary-4),1);display:block;width:17.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:35.25rem;left:15.875rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HgglpXAkflJlIAclleDK0oGyCBn6fVzc { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0;top:43.5rem;left:12.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#snlfnx8ugTqNPhpMBTUVgPKTdfbxGhl9 { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14988;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0;top:13.75rem;left:39.125rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#WNm9R7qsadMzVfNpmOsJXxi1azJxoNIx { color:rgba(var(--color-tertiary-4),1);display:block;width:15.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:20.5rem;left:42.875rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yvBWRRGHvKFFxhhr8X2NuJNNMRoLsXKM { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15042;line-height:1.5;letter-spacing:0;top:50.25rem;left:16rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k5By45B8s0WidJT36cJlyxAZPL6kcvLc { box-sizing:content-box;height:12.5621875rem;width:23.75rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-tertiary-2),1);border-right:0;border-bottom:0;top:13.625rem;left:12.1875rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#TA1XWcIzM767gtTTxapZmnHz49PABecm { color:rgba(var(--color-tertiary-4),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:20.375rem;left:15.9375rem;height:2.625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gWtnpZTS9AnDEMmMUaRTbq0TqNlCKZZK { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:30.875rem;left:16.1875rem; }
#ZzSpqwSskwAlTHIpVzDWlVOf1LMXPiJn { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:16rem;left:43.5625rem; }
#AeOTZTLcrylXFVFLMTxKSJaNUrCo7DUT { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.3125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:45.9375rem;left:16.5625rem; }
#JNF3s0WOLPaBZA6n0XrDXL0mU70vqqtu { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:16rem;left:16.5rem; }
#sHLkZ7TrCpGonWNqMiV9RVdq4osrXGWT { box-sizing:content-box;height:3.56238125rem;width:3.56238125rem;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:14993;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:45.3125rem;left:15.9375rem;display:block; }
#hJ8ww2PF8UTuNmryDBZPK69GpZRrbPFk { box-sizing:content-box;height:3.5617875rem;width:3.5617875rem;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:14994;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.25rem;left:15.625rem;display:block; }
#zFrCW3T4Mwifld3KUvTSeyzvRzohr8nK { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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:14995;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.375rem;left:15.875rem;display:block; }
#v5ocH9yJ2cR11fULTJZu2Fp5OASTm92V { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.5rem;left:42.9375rem;display:block; }
#PV5fRQTcIIJexvrAbJKEZL6zG5M85U9p { box-sizing:content-box;height:3.5617875rem;width:3.5617875rem;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:14997;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:30.375rem;left:42.6875rem;display:block; }
#DObstibwR1JEsCTT5oIsCph4TzUqsioZ { background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:28.624125rem;height:3.99956875rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:64.8125rem;left:23.1875rem;display:block; }
#hQSSfQFnrucpvyAh65p2zOuv9LFn1fPJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LHJVTORy42viTPWu7G2cKF5OCnxCFMDn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.06238125rem;width:1.06238125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:69.375rem;left:27.1875rem; }
#OALbKTfLzvtDACT7BUwkFKbFNeGoDznt { color:rgba(var(--color-primary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:69.375rem;left:28.6875rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ne2oACqXbB6tLKiyfZI4geQ4EeT9LZCX { color:rgba(var(--color-primary-4),1);display:block;width:61.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:9.3125rem;left:6.9375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#xk28H2IVtTUkNskrTokmRa7UEfvOiePs { color:rgba(var(--color-primary-4),1);display:block;width:61.1230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:60.3095703125rem;left:6.93798828125rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt { background-color:rgba(var(--color-tertiary-0),0.79);background-image:none;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; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row .container { background-color: transparent; background-image: none; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row .container > .video-iframe-container { display: none; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row > .video-iframe-container { display: none; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .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); }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row .container { border-width: 0; border-radius: 0; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:58.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#oxJzzp3ruJo5fRDXmgubq77AOkFfTM35 { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15070;line-height:1.6;letter-spacing:0;top:17.5625rem;left:5.875rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#AagzDLwmznZTzW06au8SbukAQp3gma3v { box-sizing:content-box;height:1.875rem;width:6.6875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15063;background-color:rgba(var(--color-primary-0),0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.312286376953rem;left:5.0618495941162rem;display:block; }
#rgVl6eRbOF0CAMUrV8poZmKVW0c5JGN6 { color:rgba(var(--color-primary-4),1);display:block;width:16.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.5;letter-spacing:0;top:27.1875rem;left:5.25rem;height:7.5rem;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; }
#pt6s4fWbwm5sK5LisTgpJwc0ZBm42OUR { color:rgba(var(--color-primary-4),1);display:block;width:42.375rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.3125rem;left:16.375rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AmHqHRUcHPLuavQp2d5OTAtVBw12H6r4 { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15073;line-height:1.5;letter-spacing:0;top:42.4375rem;left:5.125rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FOAupd1ETTByS9lzsuoUvFVRhMyOamTk { box-sizing:content-box;height:16.375rem;width:21.9375rem;position:absolute;display:block;z-index:15001;background-color:#d39d9f;background-image:none;top:36.6875rem;left:2.4375rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#Fdcz5dLTgNVqVhCLAF3nHGIFotXTTiom { box-sizing:content-box;height:31.124875rem;width:21.87425rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.5rem;left:2.4375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#MTCCLD3mTxNPdobBz90teKgoAyW3cqZ7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1239125rem;width:3.1239125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15124;opacity:1;filter: drop-shadow(0.0625rem 0.3125rem 0.125rem rgba(var(--color-primary-2),0.37));top:36rem;left:11.9375rem; }
#LFnR2GGqlkLZsqRPCQt99y8NdT5qDolT { color:rgba(var(--color-primary-2),1);display:block;width:67.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:5.625rem;left:3.5625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#i9lEQVFVEHOAzqnBhquJcrZSX2aqbVdJ { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15073;line-height:1.6;letter-spacing:0;top:25.125rem;left:5.0625rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#AqmTPlQeFEX5tpnsCXKGdr2CPWKUV9U7 { box-sizing:content-box;height:3.56228125rem;width:3.56228125rem;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:14994;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:5.0625rem;display:block; }
#u3tChxwQPGxNcRZTlvm7n7p0XgcdTicV { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15074;line-height:1.6;letter-spacing:0;top:40.4375rem;left:5.125rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#eCLMTZB3yf9Ua48lnNGBp9OoHBiO3dkx { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15084;line-height:1.5;letter-spacing:0;top:42.4375rem;left:29.1875rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LgNKQ4BOTGxuMI5vGqelJV8LNgM40gTd { box-sizing:content-box;height:16.375rem;width:21.9375rem;position:absolute;display:block;z-index:15012;background-color:#d39d9f;background-image:none;top:36.6875rem;left:26.5rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#K7GfXXMbFg8SUImA47ifwv2p1N4CFh5f { box-sizing:content-box;height:31.124875rem;width:21.87425rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.5rem;left:26.5rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#WIz1mQL2mNaKVnpeJpW6KTNWBmzWC3Sc { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15085;line-height:1.6;letter-spacing:0;top:40.4375rem;left:29.1875rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#TzbObvggKUuGy7TDi8Dr6nubI8stBfZf { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1239125rem;width:3.1239125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15135;opacity:1;filter: drop-shadow(0.0625rem 0.3125rem 0.125rem rgba(var(--color-primary-2),0.37));top:36rem;left:36rem; }
#UfKNyhw8X23RDQw5VMEaBSkfu6yt1Dcx { color:rgba(var(--color-primary-4),1);display:block;width:16.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15083;line-height:1.5;letter-spacing:0;top:27.1875rem;left:29.3125rem;height:7.5rem;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; }
#mLMy0GRLhxKfTSF2GXwCKQIUmXMFlxJD { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15084;line-height:1.6;letter-spacing:0;top:25.125rem;left:29.125rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#F2OJGCTNAs1BaqI5yQwoUZPiZ0TVCgZ8 { box-sizing:content-box;height:3.56228125rem;width:3.56228125rem;position:absolute;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block;z-index:15005;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:29.125rem;display:block; }
#vmxow8JX71IaXiC6SvPh5HF4wmi3T4Wh { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15081;line-height:1.6;letter-spacing:0;top:17.562141418457rem;left:29.812263488769rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#g1ZHMRnOZBFSQ7gAsLvkXpZIDNfeaKoG { box-sizing:content-box;height:1.875rem;width:6.6875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15074;background-color:rgba(var(--color-primary-0),0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:29.125rem;display:block; }
#Wh6CCtHamVuwkZkpVGoMmhwPoeMcaDyn { color:rgba(var(--color-tertiary-0),1);display:block;width:17.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15095;line-height:1.5;letter-spacing:0;top:42.4375rem;left:53rem;height:7.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WvamArTcQRdUkz3IVtoTnlF48D5O34Ov { box-sizing:content-box;height:16.375rem;width:21.9375rem;position:absolute;display:block;z-index:15023;background-color:#d39d9f;background-image:none;top:36.6875rem;left:50.3125rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#sMcoaMJuBrwbtpeeS7S9iI5NHEBapZqu { box-sizing:content-box;height:31.124875rem;width:21.87425rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:15.5rem;left:50.3125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#IgWpmRFqU6FoEG5hOaNfsNEFW2Z0Nsdp { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.6;letter-spacing:0;top:40.4375rem;left:53rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#X4VlBDBciT3UI2BrXvpTUIVSmJl35LWw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1239125rem;width:3.1239125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;filter: drop-shadow(0.0625rem 0.3125rem 0.125rem rgba(var(--color-primary-2),0.37));top:36rem;left:59.8125rem; }
#rTbJ3XOElXedksPFZ3yxKOEqqwNOyX8B { color:rgba(var(--color-primary-4),1);display:block;width:16.6873125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15094;line-height:1.5;letter-spacing:0;top:27.1875rem;left:53.125rem;height:7.5rem;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; }
#ZDUA5yeJlz0IbxoTutme24MiEPfzGdml { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15095;line-height:1.6;letter-spacing:0;top:25.125rem;left:52.9375rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#KeCpL9pcnKrtKqtQXPoo0TbgOrbORkpb { box-sizing:content-box;height:3.56228125rem;width:3.56228125rem;position:absolute;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block;z-index:15016;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:20.4375rem;left:52.9375rem;display:block; }
#hxmTfb60PfBngfdVMk5TeSEw5KGV7Ozz { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15092;line-height:1.6;letter-spacing:0;top:17.562141418457rem;left:53.5625rem;height:1.3999rem;text-align:left;text-align-last:left;display:block; }
#C4w4KalhFQScxRS4Mgw4XiE6kJScXyoT { box-sizing:content-box;height:1.875rem;width:6.6875rem;position:absolute;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block;z-index:15085;background-color:rgba(var(--color-primary-0),0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:17.3125rem;left:52.9375rem;display:block; }
#IdXwGgVxlHcgKKXfAPHEILI1v0Ro55Ob { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.37305rem;width:2.37305rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15072;opacity:1;top:21.0625rem;left:53.5625rem; }
#kNOs6hrrc7dZxMEeUaVbIAbmmGCWbSXP { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.37413125rem;width:2.37413125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:21rem;left:29.875rem; }
#frZ2p32WRW6iIIECdQedTRSAHBnwT5SW { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;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:15068;opacity:1;top:20.9375rem;left:5.4375rem; }
#KMXpsZKlUroTqEWagWz2WTPEepgg5gVq { color:rgba(var(--color-primary-2),1);display:block;width:13.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15096;line-height:1.6;letter-spacing:0;top:38.8125rem;left:52.9375rem;height:1.39915rem;text-align:left;text-align-last:left;display:none; }
#JlifyDnXpVul9p5AfTLWx7EWHPusrdvH { box-sizing:content-box;height:16.375rem;width:21.9375rem;position:absolute;display:block;z-index:15023;background-color:#d39d9f;background-image:none;top:35.0625rem;left:50.25rem;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:none; }
#unchCdXAbOL4zPaVxdhL27Va3RCGlVaJ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.1239125rem;width:3.1239125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15146;opacity:1;filter: drop-shadow(0.0625rem 0.3125rem 0.125rem rgba(var(--color-primary-2),0.37));top:34.5625rem;left:59.625rem;display:none; }
#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1ece6;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; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row .container { background-color: transparent; background-image: none; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row .container > .video-iframe-container { display: none; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row > .video-iframe-container { display: none; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .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); }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row .container { border-width: 0; border-radius: 0; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row .container { font-size:0.875rem;font-family:kalnia;height:58.1875rem;width:75rem;position:relative;display:block; }#ON0qgspRtTl53REppFTgIsZrHseW8pBx { color:rgba(var(--color-primary-2),1);display:block;width:67.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:5.1865234375rem;left:3.90625rem;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; }
#EZ9Gt03JX2mAP8T1bIVwaQgIUS3fLlGM { box-sizing:content-box;height:18.75rem;width:21.25rem;position:absolute;display:block;z-index:14994;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.4375rem;left:3.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#MK271F4lynSLbDmf7ue1AovkXRBGim2P { color:#3c3b3a;display:block;width:16.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:21.3125rem;left:5.125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PeN57SmklAM1mKbbKsTBqBJkSuaByXbs { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:21.3125rem;left:28.6875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#r3Pfi2BFG11IIMhg6p0wHZkWCfBZ4zHx { box-sizing:content-box;height:18.75rem;width:21.25rem;position:absolute;display:block;z-index:14993;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.375rem;left:26.9375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#k2GaJdQvutTJ7lafe8Z8ctAwE54WTrSr { box-sizing:content-box;height:18.75rem;width:21.25rem;position:absolute;display:block;z-index:14989;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:11.5rem;left:50.1875rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#GbmtcAqB2RnSBTgk0HMqCJQwVE8BgMvv { color:rgba(var(--color-tertiary-4),1);display:block;width:17.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:21.3125rem;left:51.9375rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bilRVuN03SrOU45RFcs583LthMuNhHU1 { color:rgba(var(--color-primary-2),1);display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:18.4375rem;left:5.125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fh4BfBd14bmUIurs0hP8wrhTh9INlRlJ { color:rgba(var(--color-primary-2),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:18.4375rem;left:28.6875rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tpEpvIl4cJS1wFFnBF6W00nPtsTyNJIt { color:rgba(var(--color-primary-2),1);display:block;width:14.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:18.4375rem;left:51.9375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KMdtmF1m2cdkUZM3iqhgvCiKVQFUX9s1 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.68663125rem;width:2.68663125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;opacity:1;top:13.966365814209rem;left:5.6250019073486rem; }
#E4iRuPGwP38VLerHsGgMmfUnULoJXiVq { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:14.124134063721rem;left:29.249132156372rem; }
#UHez6HAcUSXTbXLUvMGoi8hpmqMzvSsE { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:2.93728125rem;width:2.93728125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:14.278429389rem;left:52.124353408814rem; }
#JMVOxeq5lJMfvybAgaVUwOZpnbXoDO11 { box-sizing:content-box;height:18.75rem;width:21.25rem;position:absolute;display:block;z-index:14990;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.875rem;left:50.125rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#ys1muVRJcIpDTKPGAp4xWpLT0FbGik7v { color:rgba(var(--color-tertiary-4),1);display:block;width:17rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:42.6875rem;left:28.875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#yxbE9ByiULTvSrTrpUayVl8CuRlqHnpc { box-sizing:content-box;height:18.75rem;width:21.25rem;position:absolute;display:block;z-index:14992;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.75rem;left:26.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;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#n66XshsOFDTAa6L5S0HytJXGm6fmLCOa { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:42.9375rem;left:52.125rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#gJrqbQCHAvxvm8nTwdb0A5vOQc87apcW { color:#7c484a;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:40.0625rem;left:52.0625rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kLeciu74VHXVKzrmWsxsNDPyegNDTq15 { box-sizing:content-box;height:18.75rem;width:21.25rem;position:absolute;display:block;z-index:14991;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:32.75rem;left:3.4375rem;border-top-right-radius:0.9375rem;border-bottom-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-top-left-radius:0.9375rem;box-shadow: none;border-top:0.0625rem solid #dfcfbd;border-left:0.0625rem solid #dfcfbd;border-right:0.0625rem solid #dfcfbd;border-bottom:0.0625rem solid #dfcfbd;display:block; }
#HX5BDxMP9pRMzNC1eKTbuDlSp57CeUgw { color:#7c484a;display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:39.9375rem;left:28.8125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TfvdB144mVlLrIZfadwPzvUWyV2swuNG { color:#3c3b3a;display:block;width:17.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15037;line-height:1.5;letter-spacing:0;top:42.375rem;left:5.3125rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#IvTa6J6FEIuM4BfFpISCtBWCihRrIeTV { box-sizing:content-box;color:#5d92ff;font-size:3.25rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:35.934682250023rem;left:52.55881690979rem; }
#Zkr0HIRn5pdpKyt0My5bgFpu8FpviaAn { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:35.59309899807rem;left:29.217668533325rem; }
#gcoSnor1vxSpu58F7ODyq8yNtutgpLcx { color:#7c484a;display:block;width:14.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:39.8125rem;left:5.25rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZI8Hrldkat6IATxeMhAAIvK0C0avHixc { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.31228125rem;width:2.31228125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:35.622830748558rem;left:5.8105487823486rem; }
#NuTEVK4tX8rWSrVOyavLToScLuLIUBuP { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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:14995;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.505851745606rem;left:5.1247844696045rem;display:block; }
#SvLuRgu88p5kIOqatGNL8zgSF4oQPWaU { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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:14996;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.527561187744rem;left:28.687067031861rem;display:block; }
#Wzk4M2QT3SvBmxmLmienmtA3PpwR3RvD { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35rem;left:28.6875rem;display:block; }
#IXgt4niIgVCWONWEh0WLylkSwiwnHiG8 { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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:14997;background-color:rgba(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35rem;left:5.125rem;display:block; }
#fzdLpfqxFm3zbToRKATkMyLJdON2qtd9 { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.9375rem;left:51.9375rem;display:block; }
#IHdLcLTEuSohJZ94mTUEZRanq23L4vmN { box-sizing:content-box;height:3.5612rem;width:3.5612rem;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(var(--color-primary-0),0.5);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:35.4375rem;left:51.9375rem;display:block; }
#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row .container { background-color: transparent; background-image: none; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row .container > .video-iframe-container { display: none; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row > .video-iframe-container { display: none; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .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); }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row .container { border-width: 0; border-radius: 0; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:67.875rem;width:75rem;overflow:visible;position:relative;display:block; }#ZNUARZ62hV6Jtf3VTZE8mfiZx60ikT9C { color:rgba(var(--color-primary-2),1);display:block;width:63.43625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15003;line-height:1.2;letter-spacing:0;top:4.25rem;left:5.78173828125rem;height:2.3999rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#gmDs8zCmLhpXFLxOwOpOHEVWOsKMBG9b { color:rgba(var(--color-primary-3),1);display:block;width:21.436625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.6;letter-spacing:0;top:20.125rem;left:6.8125rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#mHRkCQg2xRP8k6DKoa9mGH9Dn6TXXhLm { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:14995;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:14.5rem;left:3.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;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#CHM5mOratJu56UzdI6v3UbnEl1stySTw { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:16.6875rem;left:6.8125rem; }
#s6nakUa3GJzNKcULzkbdSl0ZSZxeiP05 { color:rgba(var(--color-primary-3),1);display:block;width:26.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.6;letter-spacing:0;top:20.125rem;left:41.8125rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#dOpAF6qEAJlShwRvdafL8aRCUTfvfGnW { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:14.5rem;left:38.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;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#lNmOrMDs9TXrwEHETza98nQcSph9ZxJU { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:16.6875rem;left:41.8125rem; }
#DFVsVGf4Vex5fK0PKzqTrsrAHD9eh38u { color:rgba(var(--color-primary-3),1);display:block;width:25.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.6;letter-spacing:0;top:35.8125rem;left:6.75rem;height:4.798825rem;text-align:left;text-align-last:left;display:block; }
#b0xqwzQwVASREMSnzP45GFhXJE2Hl8Mn { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:30.1875rem;left:3.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#JaKnNE3wEXS0aPgFtE6dChXkhGhkhXiX { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:32.375rem;left:6.75rem; }
#VyvzT46S82TylBFRdhkvHUzu9wMOpTGu { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:30.5625rem;left:38.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#fhamowoLl8FVoxQuOggHchAPIFhJaM0r { color:rgba(var(--color-primary-3),1);display:block;width:27.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:36.1875rem;left:41.6875rem;height:6.3984375rem;text-align:left;text-align-last:left;display:block; }
#HntldiP7xUOC8fSiI57b9Nh24fyemfyB { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:32.75rem;left:41.6875rem; }
#Uk89fzDAXo6DUrDMgsJTx7MdqeSe5d5S { box-sizing:content-box;height:16.375rem;width:32.4375rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:46.0625rem;left:3.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#dXzqh3blXkDQrO2Mo7eL2XaOsIf69iLa { color:rgba(var(--color-primary-2),1);display:block;width:24.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.6;letter-spacing:0;top:52.0625rem;left:7.5625rem;height:7.9980625rem;text-align:left;text-align-last:left;display:block; }
#I75hKsLuczKd5fFCK9MU78i8DOErlUlh { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:48.625rem;left:7.5625rem; }
#TzuBiXqenoUhis5oTulASuDtGTTah0Sf { color:rgba(var(--color-primary-4),1);display:block;width:50rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:7.87646484375rem;left:12.5rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#PnXt8to0M8Q5ytwEE2rkaHRwluUadaT6 { box-sizing:content-box;height:13.4375rem;width:32.5rem;position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-secondary-2),0.5);background-image:none;top:14.5rem;left:38.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;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:none; }
#CBs2dRXT74OTWcKrezDkvAm8DNHbddMx { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:16.6875rem;left:6.8125rem;display:none; }
#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G { background-color:rgba(241,236,230,0.79);background-image:none;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; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { background-color: transparent; background-image: none; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container > .video-iframe-container { display: none; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row > .video-iframe-container { display: none; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .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); }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { border-width: 0; border-radius: 0; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:53.0625rem;width:75rem;overflow:visible;position:relative;display:block; }#XcNovPz69bLI0x47rok1FTzUOGT3gsRp { color:rgba(var(--color-primary-2),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15152;line-height:1.5;letter-spacing:0;top:4.1875rem;left:36.6875rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#dyqltRQqq3JhGewdQcVDKxEnbreelrAk { position:absolute;display:block;z-index:15037;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:32rem;top:5.8734807968139rem;left:2.9361991882324rem;overflow:hidden;display:block; }
#q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { background-color:#b30350;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:34.625rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:43.125rem;left:36.6875rem;display:block; }
#h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fM6XHmgpLC0NSRrr7mCg15OqcioL7MdG { color:#ab6c6f;display:block;width:29.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:36.874565124512rem;left:36.687288284302rem;height:3.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#voweUSKFg1bCBVXemmVx3HIiWJuvMCKn { color:rgba(var(--color-primary-1),1);display:block;width:21.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:34.937065124512rem;left:36.687288284302rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#AEJQdRHNqdp3A6IIEfiMPB1N5xw5CDQ5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.06238125rem;width:1.06238125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:48.5rem;left:44.125rem; }
#Qpqfo1AouCTWuFOPsMnSMbv2Wme2D2QT { color:rgba(var(--color-primary-2),1);display:block;width:23.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:48.5rem;left:45.625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#kPJhp24AQhVpiSZiLBNvyQGRw7Q6PRr0 { color:rgba(var(--color-primary-4),1);display:block;width:31.124125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:12.125rem;left:36.75rem;height:;font-style:normal;display:block; }#kPJhp24AQhVpiSZiLBNvyQGRw7Q6PRr0 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#kPJhp24AQhVpiSZiLBNvyQGRw7Q6PRr0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_11e7963bb94da666d28323995a827555614db695.svg); }
#hSTBln85boNDwm1e3VTAG6lKiF29BJ4E { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:35.875rem;left:36.875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;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; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { background-color: transparent; background-image: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { display: none; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .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); }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { border-width: 0; border-radius: 0; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:38.625rem;width:75rem;overflow:visible;position:relative;display:block; }#bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { color:rgba(var(--color-primary-2),1);display:block;width:38.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3125rem;left:2.1875rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { color:rgba(var(--color-primary-2),1);display:block;width:38.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:4.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:block; }
#zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.8745625rem;width:20.5620625rem;top:2.6258678436279rem;left:47.405603408814rem;overflow:hidden;display:block; }
#sDuRNpHllph51KCsXzXwyJ8gadTlZDcJ { color:rgba(var(--color-tertiary-0),1);display:block;width:35.374375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:15.996094703674rem;left:2.1875rem;height:16.875rem;font-style:normal;display:block; }#sDuRNpHllph51KCsXzXwyJ8gadTlZDcJ li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#sDuRNpHllph51KCsXzXwyJ8gadTlZDcJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dd09e0b69b08cb52c72ed23987bac4e8db3d477.svg); }
#B4v504Ui9J6iELGHyIPsrBPXIJsUdakR { box-sizing:content-box;height:3.99956875rem;width:0.186631875rem;position:absolute;display:block;z-index:15054;background-color:rgba(var(--color-tertiary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.5625rem;left:2.1875rem;display:block; }
#zckT6bpCGkqSxZ340dZqQKzLthNLuXND { color:rgba(var(--color-tertiary-2),1);display:block;width:20.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:25.375rem;left:43.75rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UsAJ6xMoKWD72FvM6URUL3LzhT8mK2di { color:rgba(var(--color-tertiary-2),1);display:block;width:29.3120625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:27.5625rem;left:43.75rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#ZHv6TAZA1qOz473HkZy72WZCdo4t9br8 { box-sizing:content-box;height:9rem;width:29.125rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -moz-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -ms-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-image: -o-linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffffd1' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='#ffffffd1' );";background-image: linear-gradient(90deg, rgba(var(--color-secondary-2),1), rgba(255,255,255,0.82));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.375rem;left:42.25rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dqztPSeKuMxkx8NPZfuchd2V23wNMLit { color:rgba(var(--color-primary-2),1);display:block;width:15.99975rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:28.3125rem;left:53.625rem;height:2.24964375rem;font-style:normal;text-align:right;text-align-last:right;display:none; }
#dT3SVu3RCAI3kgL9rgy0dNCs0kc2c4Gv { color:rgba(var(--color-tertiary-2),1);display:block;width:14.812rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:30.6875rem;left:54.8125rem;height:2.6242875rem;text-align:right;text-align-last:right;display:none; }
#fCWmmX1WqMzT3zPiJVeERqxqXQwBIuqU { box-sizing:content-box;height:6.625rem;width:18rem;position:absolute;display:block;z-index:15007;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffffd1', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(90deg, rgba(255,255,255,0.82), rgba(var(--color-secondary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.75rem;left:52.875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:none; }
#dbaI7qPQsShhegii9gAl8CUiIVlNuIQ3 { color:rgba(var(--color-primary-2),1);display:block;width:38.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:3.3125rem;left:2.1875rem;height:2.80029375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:none; }
#zBCcPisRFUvP159BP2144bqhORtTceqU { color:rgba(var(--color-primary-2),1);display:block;width:38.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:4.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:none; }
#kAE4iFcPd2VXyoKBOhFDnAg49Zu4nE37 { color:rgba(var(--color-primary-2),1);display:block;width:38.9985rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.5625rem;left:4.375rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:italic;display:none; }
#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { background-color: transparent; background-image: none; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container > .video-iframe-container { display: none; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row > .video-iframe-container { display: none; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .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); }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { border-width: 0; border-radius: 0; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#Mml7U8BH5RJFnF3ZgT9BElZVmDPcHMJS { color:rgba(var(--color-tertiary-0),1);display:block;width:49.9365rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15004;line-height:1.2;letter-spacing:0;top:3.5rem;left:12.53125rem;height:2.3999rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mpkXgLc2n3SJwRoAokym5Pq9siBIHRxU { box-sizing:content-box;height:1.3125rem;width:10.3125rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:8.1171875rem;left:4.7412109375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#HlB6IeTJ7838hfF55pXf5Mzi1lvNeTST { box-sizing:content-box;height:1.3125rem;width:9.125rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.7421875rem;left:27.65478515625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#J8oSAiOLwWwcX5K09R53yOR5OC0288a5 { box-sizing:content-box;height:1.3125rem;width:13.25rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:26.49462890625rem;left:10.61669921875rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#mT2rcA68mXPrWIwmPV015WSOWHZ5KBLG { box-sizing:content-box;height:1.5rem;width:10.5rem;position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.8359375rem;left:49.7412109375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#DKGt9mb1oTmmWhIXQfZCgdZSgiEMOMae { box-sizing:content-box;height:1.875rem;width:13.875rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:24.61962890625rem;left:41.78564453125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#nTH0zm9X7cUJ7tExHrygAx3xIdAcL5vK { box-sizing:content-box;height:2.3125rem;width:20.25rem;position:absolute;display:block;z-index:15004;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.7421875rem;left:3.5625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#EAZRRt9vhUqwHXxsh6AJq19MqJTOXBIt { box-sizing:content-box;height:1.3125rem;width:23.25rem;position:absolute;display:block;z-index:15005;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.021484375rem;left:9.37939453125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rdmINAgBK24ikoKCiQC80paSGSD5LTp6 { box-sizing:content-box;height:1rem;width:17.5625rem;position:absolute;display:block;z-index:15004;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:14.8046875rem;left:27.65478515625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#tkViHmPkhX98ITVmW0gca1TmKqxTCBgo { box-sizing:content-box;height:1rem;width:6.625rem;position:absolute;display:block;z-index:15005;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.3984375rem;left:27.65478515625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eWcbnhniOTUavmmoKzdAK2e9FPqnDrTb { box-sizing:content-box;height:1.125rem;width:13.875rem;position:absolute;display:block;z-index:15005;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.7421875rem;left:54.58349609375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#JSmwfnQtsoSuoAsBboSoV47dNvmZTIL5 { box-sizing:content-box;height:1.125rem;width:10.125rem;position:absolute;display:block;z-index:15006;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:28.61572265625rem;left:54.58349609375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#KQuzAHopTByUkDlwrvu1RCGAMBgu95BE { box-sizing:content-box;height:1.25rem;width:18.125rem;position:absolute;display:block;z-index:15007;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:37.521484375rem;left:44.72314453125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#eZ2J1DWuKV97abSvbyVM1oUXTr35D1vP { box-sizing:content-box;height:1.5rem;width:4.9375rem;position:absolute;display:block;z-index:15010;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:29.74072265625rem;left:40.18603515625rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#pzsXybxoPFLn1cbhglZ0EBH0Tf1fZa5v { box-sizing:content-box;height:1.3125rem;width:25.1875rem;position:absolute;display:block;z-index:15005;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:38.458984375rem;left:9.37939453125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#foOu2NC3X72ZvvBSvuDIITCZuPFLnZqJ { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Fz8awSBxNeTpP93AIetAy4fhXTNrR62N { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Tb4gXJpdlE7TrBZnrgKt8NXsU8P2zfki { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#JvXVJ5mUJnuze7llHUFOGEmrI5mCKnFw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#C1TJctJuvdZdhsr3ew8wqmbXHlZFNX1T { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#BzURPUuVyNAFZFpVN6W28nDqqq2ytTl4 { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#Oz8ALIXaqtzUPg8OJ5h96gz31O4ylUTF { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#g0wvIHTL07HDWu8q8oknSavh1vLBsasH { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#wNtDvT2OqHlcwxvnXquddW8RVURG3dJw { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#oX8aV6k56ZoCvg6BXRNIGmPMHv7zHXmP { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aWzPxsThIuxIfbb7h4ZIG7p8sXKaPiSi { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#aUTNR13SlPnQGwMwO1gyC1BAsO34olxS { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#uHkNOgDpLyl3r8PavGrSxRm9OCeXWbnp { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#IoAISy8IBOwssMCqOvyMxU0VTZFGT4bK { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#CrJfwc0pWcWLuNQxh46eFTrK24V7AA3b { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#m5MVpJibNxs2szJ0FuRNL8mScWzRuO4e { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#P2smyZQt15ldt6ry9o2MSzbd2FRkOxyD { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#kdWt1o2VTeIke31cLdT2TzSOJEpHIU9C { box-sizing:content-box;height:12.5rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
#g79rW2VlxT5UczixBTVgd7EPrn3J08J9 { position:absolute;display:block;z-index:14997;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:23.3125rem;top:7.431640625rem;left:48.8037109375rem;overflow:hidden;display:block; }
#svCbIVXDBPwm5aRTzDN42AKmumDf5cVu { position:absolute;display:block;z-index:14998;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13rem;width:22rem;top:9.9296875rem;left:26.5rem;overflow:hidden;display:block; }
#DSqKZvRdv8rgXpyeqdDP5dg5Of0JECuW { position:absolute;display:block;z-index:14995;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.9375rem;width:30.6875rem;top:23.865234375rem;left:36.23974609375rem;overflow:hidden;display:block; }
#EnlwOBwlFfBNIIBbahkqWrNFGocryoPy { position:absolute;display:block;z-index:14996;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:30.0625rem;top:26.05712890625rem;left:5.24267578125rem;overflow:hidden;display:block; }
#pdHAeAhGyODc1dFrfkrv06COQOzUcJ4W { position:absolute;display:block;z-index:14999;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.75rem;width:25.4375rem;top:7.36962890625rem;left:0rem;overflow:hidden;display:block; }
#Bo3sKvdAWkrgbJVpgdCKAeJX5dQ8dEat { position:absolute;display:block;z-index:14994;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.5625rem;width:29.6875rem;top:32.396484375rem;left:36.23974609375rem;overflow:hidden;display:block; }
#LkIPy3VugNtgTLAu6moacOdaHK0bLnld { box-sizing:content-box;height:1.3125rem;width:9.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.9921875rem;left:49.7412109375rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#rePG5Mayh2pUDt8KRaXdT80pMlrmDLih { box-sizing:content-box;height:1.1875rem;width:25.1875rem;position:absolute;display:block;z-index:15006;background-color:rgba(232,168,170,0.34);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:39.896484375rem;left:9.37939453125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#dNyO5AgqeHfDdPygzHBWPhNX1756h0hI { box-sizing:content-box;height:1.4375rem;width:9.5625rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.833984375rem;left:42.16064453125rem;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem;display:block; }
#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#f1ece6' );";background-image: linear-gradient(180deg, rgba(0,0,0,0), #f1ece6);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row .container { background-color: transparent; background-image: none; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row .container > .video-iframe-container { display: none; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row > .video-iframe-container { display: none; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .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); }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row .container { border-width: 0; border-radius: 0; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row .container { font-size:0.875rem;font-family:kalnia;height:35.4375rem;width:75rem;position:relative;display:block; }#wRdRzdBrByayKWfhiwlxegN3faPVMkvP { color:rgba(var(--color-primary-2),1);display:block;width:73.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:4rem;left:0.96875rem;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; }
#LZa1VShqBwJ9fXgA2LEFDu2IfaxOP40q { box-sizing:content-box;height:19.4375rem;width:22.25rem;position:absolute;display:block;z-index:14999;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.9375rem;left:1.9375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#fC6bgICz0R54mStuLRiV5dSbke3g7Ork { color:rgba(var(--color-tertiary-4),1);display:block;width:18.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:19.6875rem;left:4.25rem;height:7.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oz3ipmx67OpGZTuwlukanWFsC2efBQwx { color:rgba(var(--color-primary-2),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:14.875rem;left:4.25rem;height:3.1875rem;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; }
#beS37S34bzsFBNG66tSIHtg8os780Gm3 { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15041;line-height:1.5;letter-spacing:0;top:11.8125rem;left:4.25rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#OfoPINQepUlq2hptT8JseWATqXKp3oDF { box-sizing:content-box;height:19.4375rem;width:22.25rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.9375rem;left:26.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#mWpJRK9HWQoLMki09tz9xx9qO4la7V0O { color:rgba(var(--color-tertiary-4),1);display:block;width:18.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:19.6875rem;left:28.75rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PGaLJGPs8hkPwhkPQ3Cx5NH6DfyaA6RU { color:rgba(var(--color-primary-2),1);display:block;width:18.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:14.875rem;left:28.625rem;height:3.1875rem;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; }
#FmX16xlewoRIRwCIfBzAtobXeNkMdHgy { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15045;line-height:1.5;letter-spacing:0;top:11.8125rem;left:28.6875rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#PeCAQVL9yTVSgFBpF5tdnU2MxV6xhu2m { box-sizing:content-box;height:19.4375rem;width:22.25rem;position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-primary-2),0.2) ;border-top:0;border-left:0;border-right:0;border-bottom:0;top:9.9375rem;left:50.625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;display:block; }
#QBFiSFO9wLPH7fzPrD3Zl8aiR1gwC8u3 { color:rgba(var(--color-tertiary-4),1);display:block;width:18.311625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:19.6875rem;left:52.9375rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dDbOy1Ik85KExTwGRPzV4tyxttFbaiGm { color:rgba(var(--color-primary-2),1);display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:14.875rem;left:52.9375rem;height:3.1875rem;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; }
#C7DrksuWyWDAEctkt4zLBzV12eHLfEtN { color:rgba(var(--color-tertiary-2),1);display:block;width:3.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15049;line-height:1.5;letter-spacing:0;top:11.8125rem;left:52.9375rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { background-color:#f1ece6;background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { background-color: transparent; background-image: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { display: none; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .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); }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { border-width: 0; border-radius: 0; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.875rem;width:75rem;overflow:visible;position:relative;display:block; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-2),1);line-height:1.8;overflow:hidden;height:auto; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .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_4ea2cfa8a46106ecd378d2ee6a979627bd86bebe.svg");background-size:contain !important; }#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.adaptive-delivery-prevent-bg, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyload, #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-trigger.lazyloading { background-image: none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { box-sizing:content-box;height:auto;width:61.25rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:10.75rem;left:6.875rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gkd7Th5RToU3IlOG1Li4qDviErIQWDyd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #bVQyetQdXoSQRRluRyD1ibeC98XxHF4I { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #i4Ge8efmV4rl2TVAbgoRireUr5WJQyLk { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zWZmnl72BlRTbU7FVVEFSuNJVRCIuV92 {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #WqtKbfS4GTx9S9ua3kIhLbhBDuLVgKK1 { display:none; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fHto9HnrC9obne3uMyAMEMTRZT4mILId { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #sKN4uH80nNOHWpSHK1XqV80oOcJ3MdMm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #mdEVPC2D9QTDkP9LAZmgC0TFURJnwEI4 { display:block;position:relative; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LnzyOVITsgwEguILSFfE5nQD8Ib288ZZ {  }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vzFJ0pBg9rsBuqRB85m1hKhGuIu13RB5 { display:none; }
#aXbqN2mKKy5ULbq17t8D60Q6IZ1ZT0UO { color:#7c484a;display:block;width:53.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.625rem;left:6.875rem;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; }
#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp { 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; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row .container { background-color: transparent; background-image: none; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row .container > .video-iframe-container { display: none; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row > .video-iframe-container { display: none; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .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); }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row .container { border-width: 0; border-radius: 0; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row .container { font-size:0.875rem;font-family:arial;height:19.1875rem;width:75rem;position:relative;display:block; }#Sf9iHMNvdFgbNAtvRtcLNwvLBwnE0pbg { color:rgba(var(--color-tertiary-0),1);display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:2.125rem;left:4.875rem;height:2.79980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#iTfgeeUOGu4TTbNm5OBfNcRneqCauuqU { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:28.625rem;height:4rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:11.749114990234rem;left:23.186849594116rem;display:block; }
#CCKxrbm4eRKJzgHtVJBR147Nh9uPo4xb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Av4ntfx2DpMlvHSFlI1hlOQGFXMZCQoi { color:rgba(var(--color-tertiary-0),1);display:block;width:49rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.310546875rem;left:13rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row .container { background-color: transparent; background-image: none; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row .container > .video-iframe-container { display: none; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row > .video-iframe-container { display: none; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .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); }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row .container { border-width: 0; border-radius: 0; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#ipupEtg0SZrsoXLdqbhWyZCbMJ6dye3Z { 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:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#Pd4hTkubJih6GvzsqogCtmqtI8yCBAHo { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qzxinPn0yfSTtdSbgG2xt5EdqZXGZ3m1 { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.40033125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#xgXN6GSPhEPCZB6ut5Bec5hrFrmwewPE { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.40033125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOrXMJiSQ0fREzbL3RCboRJ11vN5k3JK { top:0.875rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VSD9iSUQGiosrAw2AhgbDXIF9bdmvFZl { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uJugn43xzqb18Fg8muUmOCsDOaRDPBgM { display:block; }
 }@media only screen and (max-width: 763px) { #VbCTzbgLgJnAHXU9RQWSwD8b4lF9yeC2 { top:0.375rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAWNNWRoSAIqU6fyrSHdT1teAVpZRH5t { top:0.625rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { top:8.4375rem;left:0rem;width:42.1875rem;height:9.4375rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { top:19.625rem;left:0rem;width:32.3125rem;height:7.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { width:31.75rem;height:42.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TmHUdEgSa29m38DhotFqlx481iswhT4E { top:28.5rem;left:0rem;width:15.3125rem;height:5.25rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLZRbQ0E7CGc7glZvqm7SIdSOKBbcNDz { top:30.375rem;left:0rem;width:13.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRoHhKt8i2kr8SeI9wBWCnQtIEk9chby { top:35.1875rem;left:35.1875rem;width:7.1875rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tg2P6TqdExwzRZJffGClvLsVRzzIDQn0 { top:35.1875rem;left:35.1875rem;width:7.1875rem;height:9.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zMBoJdAPCEJ4zKbpQnDyxZD2yIgb9k2v { top:47.0625rem;left:0rem;width:15.9375rem;height:1.875rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XOvuTd3J96qstL3eg7CthZOfd8g2Ik45 { top:50rem;left:2.0625rem;width:1.5625rem;height:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EuAtxUTVFD9aRU9Lt2k7AWkT4oWS1csU { top:4.6875rem;left:18.75rem;width:28.8125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoI8ErXavXEAQbGcWe26crMdroxZluQC { top:41.4375rem;left:0rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WKXGK4WQGmNsRl8KGyAVLSPUrbfbM8Z0 { top:41.4375rem;left:0rem;width:23.125rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { top:16.9375rem;left:20.8125rem;width:12rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #KIMGX17xTAox3p9axAXnVAGPVpLkB11h { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T5HM532y3VJw2eeM03uORKRUaMskFFLK { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { top:20.5625rem;left:30.875rem;width:10rem;height:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wPIUUBCNelxOyxkdlqvLHyOsIosQIlQc { top:14rem;left:13.25rem;width:34.375rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #byLGdlywhWUCPapFNSfJVV12SwmwaAzG { top:14rem;left:13.25rem;width:34.375rem;height:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #a5xv0T8E27Ehl8PKs8qt9AFi1nLKTRl5 { top:40.9375rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MX5zoGWsTJn0DepTzF6zXuCOyqyOLTtP { top:3.3125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbMvbV1RXWVSoLLuNtfkbXhTOdKcPDPg { top:11.3125rem;left:0rem;width:29.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdZIddmOxv7td3hblkqtMIEnQoP2g5Aq { top:13.125rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo8kuNyzm4NytxW6wJu5m6l7KzcOMWRh { top:13.75rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xMaDhtvI5brgosDIv1zp7NWfvbPza4pp { top:40.6875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfVhVldw8WG3cluTmCdv2DbKQmFAnHZv { top:41.3125rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TR7TL74ZAgls4ClRm3JBACgdZCy7oSMn { top:38.8125rem;left:0rem;width:47.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3wilz6sMFo4CvglGnlqVOcTFpg6UGb { top:13.375rem;left:0rem;width:22rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwEXdhPgPluKRoyJQQ0TeIQ9JBmd5dK { top:11.3125rem;left:17.9375rem;width:29.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQvmJTHJw1rWCtTCB0HOAbZ1BCezERNe { top:13.375rem;left:25.75rem;width:22rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mugqVzR6Wv9LeNSngWe8VbFXhgcmchQT { top:13.125rem;left:26.4375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqqWezV8nJB3eRXLgIlN5BZFGnbmHKhN { top:13.5rem;left:26.625rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1HsMh2dkXHIVWTpZNCT1fNzVea9RsHu { top:20.375rem;left:0rem;width:29.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOx41FydyfKfiFGiriwm4xmi1mxKStyV { top:22.1875rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAf13ucmH4LqmMMMfBEHezu0H08ipvxn { top:22.6875rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTJRNC3Hx9DGnEx5AHHdQbFNKuxLTRy5 { top:22.4375rem;left:0rem;width:22rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmZl2a154Q8zP1onQTikkAO1wWT2TAC0 { top:20.375rem;left:17.9375rem;width:29.6875rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdS1A7amDatiQ8vyW1iMktBiaeNWgTk1 { top:22.1875rem;left:26.4375rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #beiV9GqJvZD8CDN3NBu3VP3irbCJ9uqG { top:22.8125rem;left:27.0625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgHL64W2mXTiJRr9fdiL2SrfwdBK7n0N { top:22.4375rem;left:26.3125rem;width:21.4375rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nggm1IRVw1DWOyJAe4EaRM9MwqXKl8Q2 { top:29.5rem;left:0rem;width:47.625rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPHNZaqMD0zc3Jc7s4X4SuwzCSooLplM { top:31.625rem;left:0rem;width:35.125rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBVd3ZqXrTXqxXzTiTChKqvDTIfcmucO { top:31.375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNT8IWlpmUT1XriraqRrPoN1yU7GW57R { top:32rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PXehr6Dz5saT4vCZ5G02pOsktF9sCv6i { top:6.875rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG { display:block; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCxOHmJCz5yEx9l2UEvBCuTmAHyQPAMq { top:2.625rem;left:4.125rem;width:39.5625rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #psXKxQUsNmA1bT8m6wq6emTutmEiBvhM { top:28.625rem;left:23.6875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaV9M5xp0xkao4vVpJUxDR5qarSsA33M { top:35.375rem;left:29.1875rem;width:17.6875rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPT5qruoEwkXt9XX8fhkhgspqIStfECF { top:30.9375rem;left:29.75rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aouRkbsreWZnsaXilU6AAA3Tm4Ed4JTO { top:28.5rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2xl4UWZwRg3qG8DPA5lD0oZo1A1BXIB { top:35.25rem;left:2.25rem;width:17.875rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgglpXAkflJlIAclleDK0oGyCBn6fVzc { top:43.5rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #snlfnx8ugTqNPhpMBTUVgPKTdfbxGhl9 { top:13.75rem;left:23.6875rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNm9R7qsadMzVfNpmOsJXxi1azJxoNIx { top:20.5rem;left:29.25rem;width:15.8125rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvBWRRGHvKFFxhhr8X2NuJNNMRoLsXKM { top:50.25rem;left:2.375rem;width:18.5rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5By45B8s0WidJT36cJlyxAZPL6kcvLc { top:13.625rem;left:0rem;width:23.75rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1XWcIzM767gtTTxapZmnHz49PABecm { top:20.375rem;left:2.3125rem;width:15.375rem;height:2.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWtnpZTS9AnDEMmMUaRTbq0TqNlCKZZK { top:30.875rem;left:2.5625rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZzSpqwSskwAlTHIpVzDWlVOf1LMXPiJn { top:16rem;left:29.9375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeOTZTLcrylXFVFLMTxKSJaNUrCo7DUT { top:45.9375rem;left:2.9375rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNF3s0WOLPaBZA6n0XrDXL0mU70vqqtu { top:16rem;left:2.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sHLkZ7TrCpGonWNqMiV9RVdq4osrXGWT { top:45.3125rem;left:2.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8ww2PF8UTuNmryDBZPK69GpZRrbPFk { top:30.25rem;left:2rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFrCW3T4Mwifld3KUvTSeyzvRzohr8nK { top:15.375rem;left:2.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ocH9yJ2cR11fULTJZu2Fp5OASTm92V { top:15.5rem;left:29.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV5fRQTcIIJexvrAbJKEZL6zG5M85U9p { top:30.375rem;left:29.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObstibwR1JEsCTT5oIsCph4TzUqsioZ { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQSSfQFnrucpvyAh65p2zOuv9LFn1fPJ { display:block; }
 }@media only screen and (max-width: 763px) { #LHJVTORy42viTPWu7G2cKF5OCnxCFMDn { top:69.375rem;left:13.5625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OALbKTfLzvtDACT7BUwkFKbFNeGoDznt { top:69.375rem;left:15.0625rem;width:23.125rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ne2oACqXbB6tLKiyfZI4geQ4EeT9LZCX { top:9.3125rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xk28H2IVtTUkNskrTokmRa7UEfvOiePs { top:60.25rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt { display:block; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxJzzp3ruJo5fRDXmgubq77AOkFfTM35 { top:17.5rem;left:0rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AagzDLwmznZTzW06au8SbukAQp3gma3v { top:17.25rem;left:0rem;width:6.6875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgVl6eRbOF0CAMUrV8poZmKVW0c5JGN6 { top:27.1875rem;left:0rem;width:16.625rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt6s4fWbwm5sK5LisTgpJwc0ZBm42OUR { top:9.3125rem;left:2.75rem;width:42.375rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AmHqHRUcHPLuavQp2d5OTAtVBw12H6r4 { top:42.4375rem;left:0rem;width:17.6875rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FOAupd1ETTByS9lzsuoUvFVRhMyOamTk { top:36.6875rem;left:0rem;width:21.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdcz5dLTgNVqVhCLAF3nHGIFotXTTiom { top:15.5rem;left:0rem;width:21.8125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCCLD3mTxNPdobBz90teKgoAyW3cqZ7 { top:36rem;left:0rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFnR2GGqlkLZsqRPCQt99y8NdT5qDolT { top:5.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9lEQVFVEHOAzqnBhquJcrZSX2aqbVdJ { top:25.125rem;left:0rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqmTPlQeFEX5tpnsCXKGdr2CPWKUV9U7 { top:20.4375rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3tChxwQPGxNcRZTlvm7n7p0XgcdTicV { top:40.4375rem;left:0rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCLMTZB3yf9Ua48lnNGBp9OoHBiO3dkx { top:42.4375rem;left:15.5625rem;width:17.625rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #LgNKQ4BOTGxuMI5vGqelJV8LNgM40gTd { top:36.6875rem;left:12.875rem;width:21.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7GfXXMbFg8SUImA47ifwv2p1N4CFh5f { top:15.5rem;left:12.875rem;width:21.8125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIz1mQL2mNaKVnpeJpW6KTNWBmzWC3Sc { top:40.4375rem;left:15.5625rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzbObvggKUuGy7TDi8Dr6nubI8stBfZf { top:36rem;left:22.375rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UfKNyhw8X23RDQw5VMEaBSkfu6yt1Dcx { top:27.1875rem;left:15.6875rem;width:16.625rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLMy0GRLhxKfTSF2GXwCKQIUmXMFlxJD { top:25.125rem;left:15.5rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F2OJGCTNAs1BaqI5yQwoUZPiZ0TVCgZ8 { top:20.4375rem;left:15.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmxow8JX71IaXiC6SvPh5HF4wmi3T4Wh { top:17.5rem;left:16.187263488769rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1ZHMRnOZBFSQ7gAsLvkXpZIDNfeaKoG { top:17.3125rem;left:15.5rem;width:6.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh6CCtHamVuwkZkpVGoMmhwPoeMcaDyn { top:42.4375rem;left:30.125rem;width:17.625rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvamArTcQRdUkz3IVtoTnlF48D5O34Ov { top:36.6875rem;left:25.6875rem;width:21.875rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcoaMJuBrwbtpeeS7S9iI5NHEBapZqu { top:15.5rem;left:25.8125rem;width:21.8125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgWpmRFqU6FoEG5hOaNfsNEFW2Z0Nsdp { top:40.4375rem;left:34.3125rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4VlBDBciT3UI2BrXvpTUIVSmJl35LWw { top:36rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTbJ3XOElXedksPFZ3yxKOEqqwNOyX8B { top:27.1875rem;left:31.125rem;width:16.625rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDUA5yeJlz0IbxoTutme24MiEPfzGdml { top:25.125rem;left:34.3125rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KeCpL9pcnKrtKqtQXPoo0TbgOrbORkpb { top:20.4375rem;left:39.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmTfb60PfBngfdVMk5TeSEw5KGV7Ozz { top:17.5rem;left:34.3125rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C4w4KalhFQScxRS4Mgw4XiE6kJScXyoT { top:17.3125rem;left:39.3125rem;width:6.625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdXwGgVxlHcgKKXfAPHEILI1v0Ro55Ob { top:21.0625rem;left:39.9375rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNOs6hrrc7dZxMEeUaVbIAbmmGCWbSXP { top:21rem;left:16.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #frZ2p32WRW6iIIECdQedTRSAHBnwT5SW { top:20.9375rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMXpsZKlUroTqEWagWz2WTPEepgg5gVq { top:38.8125rem;left:34.3125rem;width:13.4375rem;height:1.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #JlifyDnXpVul9p5AfTLWx7EWHPusrdvH { top:35.0625rem;left:25.6875rem;width:21.9375rem;height:16.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #unchCdXAbOL4zPaVxdhL27Va3RCGlVaJ { top:34.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c { display:block; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON0qgspRtTl53REppFTgIsZrHseW8pBx { top:5.125rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9Gt03JX2mAP8T1bIVwaQgIUS3fLlGM { top:11.4375rem;left:0rem;width:21.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK271F4lynSLbDmf7ue1AovkXRBGim2P { top:21.3125rem;left:0rem;width:16.5625rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeN57SmklAM1mKbbKsTBqBJkSuaByXbs { top:21.3125rem;left:15.0625rem;width:17.9375rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3Pfi2BFG11IIMhg6p0wHZkWCfBZ4zHx { top:11.375rem;left:13.3125rem;width:21.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2GaJdQvutTJ7lafe8Z8ctAwE54WTrSr { top:11.5rem;left:26.375rem;width:21.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbmtcAqB2RnSBTgk0HMqCJQwVE8BgMvv { top:21.3125rem;left:30.6875rem;width:17rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bilRVuN03SrOU45RFcs583LthMuNhHU1 { top:18.4375rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fh4BfBd14bmUIurs0hP8wrhTh9INlRlJ { top:18.4375rem;left:15.0625rem;width:15.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tpEpvIl4cJS1wFFnBF6W00nPtsTyNJIt { top:18.4375rem;left:33.25rem;width:14.4375rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KMdtmF1m2cdkUZM3iqhgvCiKVQFUX9s1 { top:13.9375rem;left:0rem;width:2.625rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4iRuPGwP38VLerHsGgMmfUnULoJXiVq { top:14.0625rem;left:15.624132156372rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHez6HAcUSXTbXLUvMGoi8hpmqMzvSsE { top:14.25rem;left:38.499353408814rem;width:2.875rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JMVOxeq5lJMfvybAgaVUwOZpnbXoDO11 { top:32.875rem;left:26.375rem;width:21.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys1muVRJcIpDTKPGAp4xWpLT0FbGik7v { top:42.6875rem;left:15.25rem;width:16.9375rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yxbE9ByiULTvSrTrpUayVl8CuRlqHnpc { top:32.75rem;left:13.25rem;width:21.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n66XshsOFDTAa6L5S0HytJXGm6fmLCOa { top:42.9375rem;left:30.25rem;width:17.5rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gJrqbQCHAvxvm8nTwdb0A5vOQc87apcW { top:40.0625rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kLeciu74VHXVKzrmWsxsNDPyegNDTq15 { top:32.75rem;left:0rem;width:21.25rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX5BDxMP9pRMzNC1eKTbuDlSp57CeUgw { top:39.9375rem;left:15.1875rem;width:15.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfvdB144mVlLrIZfadwPzvUWyV2swuNG { top:42.375rem;left:0rem;width:17.6875rem;height:3.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvTa6J6FEIuM4BfFpISCtBWCihRrIeTV { top:35.875rem;left:38.93381690979rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zkr0HIRn5pdpKyt0My5bgFpu8FpviaAn { top:35.5625rem;left:15.592668533325rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gcoSnor1vxSpu58F7ODyq8yNtutgpLcx { top:39.8125rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8Hrldkat6IATxeMhAAIvK0C0avHixc { top:35.5625rem;left:0rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NuTEVK4tX8rWSrVOyavLToScLuLIUBuP { top:13.5rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvLuRgu88p5kIOqatGNL8zgSF4oQPWaU { top:13.5rem;left:15.062067031861rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzk4M2QT3SvBmxmLmienmtA3PpwR3RvD { top:35rem;left:15.0625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXgt4niIgVCWONWEh0WLylkSwiwnHiG8 { top:35rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzdLpfqxFm3zbToRKATkMyLJdON2qtd9 { top:13.9375rem;left:38.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHdLcLTEuSohJZ94mTUEZRanq23L4vmN { top:35.4375rem;left:38.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWSqNCxxIObu3G949I6UOJOLaAPpSZeq { display:block; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNUARZ62hV6Jtf3VTZE8mfiZx60ikT9C { top:4.25rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmDs8zCmLhpXFLxOwOpOHEVWOsKMBG9b { top:20.125rem;left:0rem;width:21.375rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHRkCQg2xRP8k6DKoa9mGH9Dn6TXXhLm { top:14.5rem;left:0rem;width:32.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHM5mOratJu56UzdI6v3UbnEl1stySTw { top:16.6875rem;left:0rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6nakUa3GJzNKcULzkbdSl0ZSZxeiP05 { top:20.125rem;left:20.875rem;width:26.875rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOpAF6qEAJlShwRvdafL8aRCUTfvfGnW { top:14.5rem;left:15.125rem;width:32.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNmOrMDs9TXrwEHETza98nQcSph9ZxJU { top:16.6875rem;left:28.1875rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #DFVsVGf4Vex5fK0PKzqTrsrAHD9eh38u { top:35.8125rem;left:0rem;width:25.625rem;height:4.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b0xqwzQwVASREMSnzP45GFhXJE2Hl8Mn { top:30.1875rem;left:0rem;width:32.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaKnNE3wEXS0aPgFtE6dChXkhGhkhXiX { top:32.375rem;left:0rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyvzT46S82TylBFRdhkvHUzu9wMOpTGu { top:30.5625rem;left:15.125rem;width:32.5rem;height:13.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhamowoLl8FVoxQuOggHchAPIFhJaM0r { top:36.1875rem;left:19.9375rem;width:27.8125rem;height:6.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HntldiP7xUOC8fSiI57b9Nh24fyemfyB { top:32.75rem;left:28.0625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uk89fzDAXo6DUrDMgsJTx7MdqeSe5d5S { top:46.0625rem;left:0rem;width:32.375rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXzqh3blXkDQrO2Mo7eL2XaOsIf69iLa { top:52.0625rem;left:0rem;width:24.8125rem;height:8rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I75hKsLuczKd5fFCK9MU78i8DOErlUlh { top:48.625rem;left:0rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzuBiXqenoUhis5oTulASuDtGTTah0Sf { top:7.875rem;left:0rem;width:47.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PnXt8to0M8Q5ytwEE2rkaHRwluUadaT6 { top:14.5rem;left:15.125rem;width:32.5rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #CBs2dRXT74OTWcKrezDkvAm8DNHbddMx { top:16.6875rem;left:0rem;width:2.25rem;height:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #oOPggLxEut3hTb6ZB1l8hrR9cvueN95G { display:block; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcNovPz69bLI0x47rok1FTzUOGT3gsRp { top:4.1875rem;left:16.5rem;width:31.25rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyqltRQqq3JhGewdQcVDKxEnbreelrAk { top:5.8125rem;left:0rem;width:32rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block; }
 }@media only screen and (max-width: 763px) { #fM6XHmgpLC0NSRrr7mCg15OqcioL7MdG { top:36.8125rem;left:18.375rem;width:29.375rem;height:3.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #voweUSKFg1bCBVXemmVx3HIiWJuvMCKn { top:34.875rem;left:23.06201171875rem;width:21.625rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AEJQdRHNqdp3A6IIEfiMPB1N5xw5CDQ5 { top:48.5rem;left:30.5rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qpqfo1AouCTWuFOPsMnSMbv2Wme2D2QT { top:48.5rem;left:24.625rem;width:23.125rem;height:1.0625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPJhp24AQhVpiSZiLBNvyQGRw7Q6PRr0 { top:12.125rem;left:16.6875rem;width:31.0625rem;height:;font-size:0.875rem;display:block; }#kPJhp24AQhVpiSZiLBNvyQGRw7Q6PRr0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_11e7963bb94da666d28323995a827555614db695.svg); }
 }@media only screen and (max-width: 763px) { #hSTBln85boNDwm1e3VTAG6lKiF29BJ4E { top:32.5rem;left:0rem;width:16.9375rem;height:1.5rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { top:3.3125rem;left:0rem;width:38.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { top:8.5625rem;left:0rem;width:38.9375rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { top:2.625rem;left:27.25rem;width:20.5rem;height:20.811556780843rem;display:block; }
 }@media only screen and (max-width: 763px) { #sDuRNpHllph51KCsXzXwyJ8gadTlZDcJ { top:15.9375rem;left:0rem;width:35.3125rem;height:16.875rem;font-size:0.875rem;display:block; }#sDuRNpHllph51KCsXzXwyJ8gadTlZDcJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dd09e0b69b08cb52c72ed23987bac4e8db3d477.svg); }
 }@media only screen and (max-width: 763px) { #B4v504Ui9J6iELGHyIPsrBPXIJsUdakR { top:8.5625rem;left:0rem;width:0.125rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zckT6bpCGkqSxZ340dZqQKzLthNLuXND { top:25.375rem;left:27.5625rem;width:20.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsAJ6xMoKWD72FvM6URUL3LzhT8mK2di { top:27.5625rem;left:18.5rem;width:29.25rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHv6TAZA1qOz473HkZy72WZCdo4t9br8 { top:24.375rem;left:18.625rem;width:29.0625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqztPSeKuMxkx8NPZfuchd2V23wNMLit { top:28.3125rem;left:31.8125rem;width:15.9375rem;height:2.1875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #dT3SVu3RCAI3kgL9rgy0dNCs0kc2c4Gv { top:30.6875rem;left:33rem;width:14.75rem;height:2.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #fCWmmX1WqMzT3zPiJVeERqxqXQwBIuqU { top:27.75rem;left:29.8125rem;width:17.9375rem;height:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dbaI7qPQsShhegii9gAl8CUiIVlNuIQ3 { top:12.5625rem;left:0rem;width:18.625rem;height:;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #zBCcPisRFUvP159BP2144bqhORtTceqU { top:22.875rem;left:0rem;width:15.9375rem;height:2.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #kAE4iFcPd2VXyoKBOhFDnAg49Zu4nE37 { top:23.4375rem;left:0rem;width:15.9375rem;height:3.3125rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL { display:block; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mml7U8BH5RJFnF3ZgT9BElZVmDPcHMJS { top:3.5rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mpkXgLc2n3SJwRoAokym5Pq9siBIHRxU { top:8.0625rem;left:0rem;width:10.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlB6IeTJ7838hfF55pXf5Mzi1lvNeTST { top:10.6875rem;left:14.02978515625rem;width:9.125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8oSAiOLwWwcX5K09R53yOR5OC0288a5 { top:26.4375rem;left:0rem;width:13.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mT2rcA68mXPrWIwmPV015WSOWHZ5KBLG { top:7.8125rem;left:36.1162109375rem;width:10.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DKGt9mb1oTmmWhIXQfZCgdZSgiEMOMae { top:24.5625rem;left:28.16064453125rem;width:13.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTH0zm9X7cUJ7tExHrygAx3xIdAcL5vK { top:15.6875rem;left:0rem;width:20.25rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EAZRRt9vhUqwHXxsh6AJq19MqJTOXBIt { top:37rem;left:0rem;width:23.25rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdmINAgBK24ikoKCiQC80paSGSD5LTp6 { top:14.75rem;left:14.02978515625rem;width:17.5625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tkViHmPkhX98ITVmW0gca1TmKqxTCBgo { top:16.375rem;left:14.02978515625rem;width:6.625rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWcbnhniOTUavmmoKzdAK2e9FPqnDrTb { top:15.6875rem;left:31.25rem;width:13.875rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JSmwfnQtsoSuoAsBboSoV47dNvmZTIL5 { top:28.5625rem;left:37.625rem;width:10.125rem;height:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQuzAHopTByUkDlwrvu1RCGAMBgu95BE { top:37.5rem;left:29.625rem;width:18.125rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZ2J1DWuKV97abSvbyVM1oUXTr35D1vP { top:29.6875rem;left:26.56103515625rem;width:4.9375rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzsXybxoPFLn1cbhglZ0EBH0Tf1fZa5v { top:38.4375rem;left:0rem;width:25.1875rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #foOu2NC3X72ZvvBSvuDIITCZuPFLnZqJ { display:none; }
 }@media only screen and (max-width: 763px) { #Fz8awSBxNeTpP93AIetAy4fhXTNrR62N { display:none; }
 }@media only screen and (max-width: 763px) { #Tb4gXJpdlE7TrBZnrgKt8NXsU8P2zfki { display:none; }
 }@media only screen and (max-width: 763px) { #JvXVJ5mUJnuze7llHUFOGEmrI5mCKnFw { display:none; }
 }@media only screen and (max-width: 763px) { #C1TJctJuvdZdhsr3ew8wqmbXHlZFNX1T { display:none; }
 }@media only screen and (max-width: 763px) { #BzURPUuVyNAFZFpVN6W28nDqqq2ytTl4 { display:none; }
 }@media only screen and (max-width: 763px) { #Oz8ALIXaqtzUPg8OJ5h96gz31O4ylUTF { display:none; }
 }@media only screen and (max-width: 763px) { #g0wvIHTL07HDWu8q8oknSavh1vLBsasH { display:none; }
 }@media only screen and (max-width: 763px) { #wNtDvT2OqHlcwxvnXquddW8RVURG3dJw { display:none; }
 }@media only screen and (max-width: 763px) { #oX8aV6k56ZoCvg6BXRNIGmPMHv7zHXmP { display:none; }
 }@media only screen and (max-width: 763px) { #aWzPxsThIuxIfbb7h4ZIG7p8sXKaPiSi { display:none; }
 }@media only screen and (max-width: 763px) { #aUTNR13SlPnQGwMwO1gyC1BAsO34olxS { display:none; }
 }@media only screen and (max-width: 763px) { #uHkNOgDpLyl3r8PavGrSxRm9OCeXWbnp { display:none; }
 }@media only screen and (max-width: 763px) { #IoAISy8IBOwssMCqOvyMxU0VTZFGT4bK { display:none; }
 }@media only screen and (max-width: 763px) { #CrJfwc0pWcWLuNQxh46eFTrK24V7AA3b { display:none; }
 }@media only screen and (max-width: 763px) { #m5MVpJibNxs2szJ0FuRNL8mScWzRuO4e { display:none; }
 }@media only screen and (max-width: 763px) { #P2smyZQt15ldt6ry9o2MSzbd2FRkOxyD { display:none; }
 }@media only screen and (max-width: 763px) { #kdWt1o2VTeIke31cLdT2TzSOJEpHIU9C { display:none; }
 }@media only screen and (max-width: 763px) { #g79rW2VlxT5UczixBTVgd7EPrn3J08J9 { top:7.375rem;left:24.4375rem;width:23.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCbIVXDBPwm5aRTzDN42AKmumDf5cVu { top:9.875rem;left:12.875rem;width:22rem;height:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSqKZvRdv8rgXpyeqdDP5dg5Of0JECuW { top:23.8125rem;left:17.0625rem;width:30.6875rem;height:7.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnlwOBwlFfBNIIBbahkqWrNFGocryoPy { top:26rem;left:0rem;width:30.0625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdHAeAhGyODc1dFrfkrv06COQOzUcJ4W { top:7.3125rem;left:0rem;width:25.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo3sKvdAWkrgbJVpgdCKAeJX5dQ8dEat { top:32.375rem;left:18.0625rem;width:29.6875rem;height:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkIPy3VugNtgTLAu6moacOdaHK0bLnld { top:16.9375rem;left:36.1162109375rem;width:9.8125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rePG5Mayh2pUDt8KRaXdT80pMlrmDLih { top:39.875rem;left:0rem;width:25.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNyO5AgqeHfDdPygzHBWPhNX1756h0hI { top:32.8125rem;left:28.53564453125rem;width:9.5625rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T { display:block; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRdRzdBrByayKWfhiwlxegN3faPVMkvP { top:4rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZa1VShqBwJ9fXgA2LEFDu2IfaxOP40q { top:9.9375rem;left:0rem;width:22.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC6bgICz0R54mStuLRiV5dSbke3g7Ork { top:19.6875rem;left:0rem;width:18.25rem;height:7.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz3ipmx67OpGZTuwlukanWFsC2efBQwx { top:14.875rem;left:0rem;width:16.5625rem;height:3.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beS37S34bzsFBNG66tSIHtg8os780Gm3 { top:11.8125rem;left:0rem;width:3.125rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfoPINQepUlq2hptT8JseWATqXKp3oDF { top:9.9375rem;left:12.75rem;width:22.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpJRK9HWQoLMki09tz9xx9qO4la7V0O { top:19.6875rem;left:15.125rem;width:18.25rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGaLJGPs8hkPwhkPQ3Cx5NH6DfyaA6RU { top:14.875rem;left:15rem;width:18.6875rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmX16xlewoRIRwCIfBzAtobXeNkMdHgy { top:11.8125rem;left:15.0625rem;width:3.125rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PeCAQVL9yTVSgFBpF5tdnU2MxV6xhu2m { top:9.9375rem;left:25.5625rem;width:22.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFiSFO9wLPH7fzPrD3Zl8aiR1gwC8u3 { top:19.6875rem;left:29.5rem;width:18.25rem;height:6rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDbOy1Ik85KExTwGRPzV4tyxttFbaiGm { top:14.875rem;left:31.1875rem;width:16.25rem;height:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DrksuWyWDAEctkt4zLBzV12eHLfEtN { top:11.8125rem;left:39.3125rem;width:3.125rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gkd7Th5RToU3IlOG1Li4qDviErIQWDyd {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #bVQyetQdXoSQRRluRyD1ibeC98XxHF4I {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #i4Ge8efmV4rl2TVAbgoRireUr5WJQyLk {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zWZmnl72BlRTbU7FVVEFSuNJVRCIuV92 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #WqtKbfS4GTx9S9ua3kIhLbhBDuLVgKK1 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fHto9HnrC9obne3uMyAMEMTRZT4mILId {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #sKN4uH80nNOHWpSHK1XqV80oOcJ3MdMm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #mdEVPC2D9QTDkP9LAZmgC0TFURJnwEI4 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LnzyOVITsgwEguILSFfE5nQD8Ib288ZZ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vzFJ0pBg9rsBuqRB85m1hKhGuIu13RB5 {  }
 }@media only screen and (max-width: 763px) { #aXbqN2mKKy5ULbq17t8D60Q6IZ1ZT0UO { top:4.625rem;left:0rem;width:47.75rem;height:2.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp { display:block; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf9iHMNvdFgbNAtvRtcLNwvLBwnE0pbg { top:2.0625rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTfgeeUOGu4TTbNm5OBfNcRneqCauuqU { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCKxrbm4eRKJzgHtVJBR147Nh9uPo4xb { display:block; }
 }@media only screen and (max-width: 763px) { #Av4ntfx2DpMlvHSFlI1hlOQGFXMZCQoi { top:6.25rem;left:0rem;width:47.75rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ { display:block; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipupEtg0SZrsoXLdqbhWyZCbMJ6dye3Z { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4hTkubJih6GvzsqogCtmqtI8yCBAHo { width:25.9375rem;height:;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzxinPn0yfSTtdSbgG2xt5EdqZXGZ3m1 { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgXN6GSPhEPCZB6ut5Bec5hrFrmwewPE { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#qZsnX5uVBC9ZTpr4dWp757fCUHLPuTZL > .row .container { width:20rem;height:2.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iOrXMJiSQ0fREzbL3RCboRJ11vN5k3JK { width:10.3125rem;height:1.125rem;top:0.8125rem;left:1.625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #VSD9iSUQGiosrAw2AhgbDXIF9bdmvFZl { width:8.6875rem;height:1.25rem;top:0.75rem;left:10.478515625rem;font-size:0.625rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;box-shadow: none;z-index:15003;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #uJugn43xzqb18Fg8muUmOCsDOaRDPBgM { display:block; }
 }@media only screen and (max-width: 763px) { #VbCTzbgLgJnAHXU9RQWSwD8b4lF9yeC2 { width:1.25rem;height:1.25rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAWNNWRoSAIqU6fyrSHdT1teAVpZRH5t { width:1.1875rem;height:1.1875rem;top:0.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl { display:block; }#FZLI4l70qiWMmXSE1f1XaJOyyGgpXggl > .row .container { width:20rem;height:56.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bUs0zq7COsx3CsXUgcGdWDntxDkRbqbb { width:20rem;height:7.19925rem;top:5.375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #iCxL3WWWUTxPPdQ1mRwR1rTxTQdwhvBA { width:18.0625rem;height:2.4375rem;top:50.5625rem;left:0.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRiAcUO6T1ogFZFp9Kr9ueQkdftyGXVV { display:block; }
 }@media only screen and (max-width: 763px) { #AnMcBto3J0Moi6RuAFHOPL552ggLZFUu { width:20rem;height:7.875rem;top:13.625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dmq6mv7JTmWmncmGKlugPCCh5fE1OXQp { top:38.125rem;left:1.8125001192093rem;width:18.186875rem;height:24.311875rem;z-index:15013;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #TmHUdEgSa29m38DhotFqlx481iswhT4E { width:7.4375rem;height:4.5rem;top:45.25rem;left:7.8125rem;font-size:3rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hLZRbQ0E7CGc7glZvqm7SIdSOKBbcNDz { width:13.125rem;height:0;top:79.958335876462rem;left:2.6666666269303rem;font-size:1.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #cRoHhKt8i2kr8SeI9wBWCnQtIEk9chby { width:5.625rem;height:6.375rem;top:46.375rem;left:6.9375rem;z-index:15022;display:none; }
 }@media only screen and (max-width: 763px) { #Tg2P6TqdExwzRZJffGClvLsVRzzIDQn0 { width:5.625rem;height:6.375rem;top:46.375rem;left:13.1875rem;z-index:15023;display:none; }
 }@media only screen and (max-width: 763px) { #zMBoJdAPCEJ4zKbpQnDyxZD2yIgb9k2v { width:15.9375rem;height:1.875rem;top:47.0625rem;left:4.0625rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15025;color:rgba(var(--color-primary-2),1);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XOvuTd3J96qstL3eg7CthZOfd8g2Ik45 { display:flex;width:0.8125rem;height:0.8125rem;top:74.541666625rem;left:5.1875001192093rem;z-index:15030;display:none; }
 }@media only screen and (max-width: 763px) { #EuAtxUTVFD9aRU9Lt2k7AWkT4oWS1csU { width:16.875rem;height:21.124rem;top:23.2880859375rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zoI8ErXavXEAQbGcWe26crMdroxZluQC { display:flex;width:0.875rem;height:0.875rem;top:53.4375rem;left:1.1875rem; }
 }@media only screen and (max-width: 763px) { #WKXGK4WQGmNsRl8KGyAVLSPUrbfbM8Z0 { width:16.9375rem;height:0.9375rem;top:53.4375rem;left:2.3125rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi { display:block; }#pkuVH4rSdDTSz12vLiv6KIPig9NH9XKi > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t1NIgeN4Hb1w1PqXhwR8hcdWTzeWCpyC { width:8.25rem;height:1.8125rem;top:40.875rem;left:0.875rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #hc3VsZR75SiW3KiZsJZauLxG5y9iQTCe { width:8.25rem;height:1.8125rem;top:38.25rem;left:9.875rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #nO3WJ8kSgcgSTC9AumeUgRrngqdf8kcV { width:8.3125rem;height:1.8125rem;top:52.375rem;left:0.8125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #BaQAhU2ZcZ57OXmsZZVuOLw1sda54cCx { width:8.25rem;height:1.8125rem;top:43.6875rem;left:9.9375rem;z-index:15033;display:none; }
 }@media only screen and (max-width: 763px) { #l1cJSimtqglsJ3k1ywOTeRhxOa5Id9Z0 { width:10.1875rem;height:1.8125rem;top:49.5625rem;left:0.8125rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #ckyelCdyXJyr1gi4Vn46sIGF46vgcokd { width:8.25rem;height:1.8125rem;top:46.6875rem;left:9.9375rem;z-index:15034;display:none; }
 }@media only screen and (max-width: 763px) { #G8Ro1svvXRoCizszLWJZgUmPvVcwiMB6 { width:6.25rem;height:1.8125rem;top:49.5625rem;left:12rem;z-index:15000;display:none; }
 }@media only screen and (max-width: 763px) { #kKTC1l1TTyHsKkw86WvWiOZ3Xl96cgJI { width:7.375rem;height:1.8125rem;top:55.1875rem;left:0.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #MKMNyoAIGMsMPCgDh3UlX2R85r3TM7AW { width:9.5rem;height:1.8125rem;top:58.4375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #KIMGX17xTAox3p9axAXnVAGPVpLkB11h { width:11.9375rem;height:1.8125rem;top:61.375rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #v4gsbvIMzMyUgVARa25KxfB7zaH0WwNV { width:8.25rem;height:1.8125rem;top:52.375rem;left:10.125rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #ci7Sf5KhiqfkX3fN5zbrNKvX7qxp3eSv { width:8.875rem;height:1.8125rem;top:55.1875rem;left:9.3125rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #T5HM532y3VJw2eeM03uORKRUaMskFFLK { width:8.125rem;height:1.8125rem;top:43.6875rem;left:0.875rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #EgQ0aK7Jmzut62bTNvimGNi9QaIF9VLp { width:11.9375rem;height:1.8125rem;top:64.5rem;left:0.875rem;z-index:15003;display:none; }
 }@media only screen and (max-width: 763px) { #wPIUUBCNelxOyxkdlqvLHyOsIosQIlQc { width:19.875rem;height:4.3125rem;top:37.875rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #byLGdlywhWUCPapFNSfJVV12SwmwaAzG { width:19.875rem;height:4.3125rem;top:43.125rem;left:0rem;z-index:15002;display:none; }
 }@media only screen and (max-width: 763px) { #a5xv0T8E27Ehl8PKs8qt9AFi1nLKTRl5 { width:12.375rem;height:5.625rem;top:54.5625rem;left:6.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MX5zoGWsTJn0DepTzF6zXuCOyqyOLTtP { width:20rem;height:3.75rem;top:2rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gbMvbV1RXWVSoLLuNtfkbXhTOdKcPDPg { width:19.875rem;height:7.0625rem;top:9.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdZIddmOxv7td3hblkqtMIEnQoP2g5Aq { width:3.125rem;height:3.125rem;top:11.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mo8kuNyzm4NytxW6wJu5m6l7KzcOMWRh { display:flex;width:2.3125rem;height:2.3125rem;top:12.1875rem;left:2.3125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #xMaDhtvI5brgosDIv1zp7NWfvbPza4pp { width:3.125rem;height:3.125rem;top:55.375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AfVhVldw8WG3cluTmCdv2DbKQmFAnHZv { display:flex;width:2rem;height:2rem;top:55.9375rem;left:2.25rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #TR7TL74ZAgls4ClRm3JBACgdZCy7oSMn { width:19.875rem;height:8.625rem;top:53rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp3wilz6sMFo4CvglGnlqVOcTFpg6UGb { width:11.1875rem;height:3.375rem;top:11.875rem;left:7.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fDwEXdhPgPluKRoyJQQ0TeIQ9JBmd5dK { width:19.875rem;height:7.0625rem;top:18.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQvmJTHJw1rWCtTCB0HOAbZ1BCezERNe { width:10.5rem;height:3.375rem;top:20.0625rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mugqVzR6Wv9LeNSngWe8VbFXhgcmchQT { width:3.125rem;height:3.125rem;top:20rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oqqWezV8nJB3eRXLgIlN5BZFGnbmHKhN { display:flex;width:2.1875rem;height:2.1875rem;top:20.4375rem;left:1.5625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #C1HsMh2dkXHIVWTpZNCT1fNzVea9RsHu { width:19.875rem;height:7.0625rem;top:26.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOx41FydyfKfiFGiriwm4xmi1mxKStyV { width:3.125rem;height:3.125rem;top:28.3125rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eAf13ucmH4LqmMMMfBEHezu0H08ipvxn { display:flex;width:2.375rem;height:2.375rem;top:28.8125rem;left:1.75rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #rTJRNC3Hx9DGnEx5AHHdQbFNKuxLTRy5 { width:10.375rem;height:3.375rem;top:28.375rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RmZl2a154Q8zP1onQTikkAO1wWT2TAC0 { width:19.875rem;height:7.0625rem;top:34.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdS1A7amDatiQ8vyW1iMktBiaeNWgTk1 { width:3.125rem;height:3.125rem;top:36.5rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #beiV9GqJvZD8CDN3NBu3VP3irbCJ9uqG { display:flex;width:2rem;height:2rem;top:36.9375rem;left:2rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #LgHL64W2mXTiJRr9fdiL2SrfwdBK7n0N { width:11.3744375rem;height:3.375rem;top:36.5625rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #nggm1IRVw1DWOyJAe4EaRM9MwqXKl8Q2 { width:19.875rem;height:7.8125rem;top:43.125rem;left:0rem;box-shadow: 0.1875rem 0.3125rem 0.625rem rgba(var(--color-secondary-2),0.12) ;display:block; }
 }@media only screen and (max-width: 763px) { #tPHNZaqMD0zc3Jc7s4X4SuwzCSooLplM { width:11rem;height:5.625rem;top:44.1875rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xBVd3ZqXrTXqxXzTiTChKqvDTIfcmucO { width:3.125rem;height:3.125rem;top:45rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNT8IWlpmUT1XriraqRrPoN1yU7GW57R { display:flex;width:2.0625rem;height:2.0625rem;top:45.5rem;left:1.875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #PXehr6Dz5saT4vCZ5G02pOsktF9sCv6i { width:18.8125rem;height:3.9375rem;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG { display:block; }#D4zQziVsLfmVAxS0N4DdfaNOIKOIUxvG > .row .container { width:20rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BCxOHmJCz5yEx9l2UEvBCuTmAHyQPAMq { width:18.75rem;height:5.625rem;top:2.0625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #psXKxQUsNmA1bT8m6wq6emTutmEiBvhM { width:19.875rem;height:7.6875rem;top:47.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UaV9M5xp0xkao4vVpJUxDR5qarSsA33M { width:11.125rem;height:3.375rem;top:49.28125rem;left:5.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPT5qruoEwkXt9XX8fhkhgspqIStfECF { display:flex;width:1.75rem;height:1.75rem;top:50.125rem;left:1.9375rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #aouRkbsreWZnsaXilU6AAA3Tm4Ed4JTO { width:19.875rem;height:7.5625rem;top:38.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2xl4UWZwRg3qG8DPA5lD0oZo1A1BXIB { width:12.75rem;height:2.25rem;top:40.84375rem;left:5.65625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HgglpXAkflJlIAclleDK0oGyCBn6fVzc { width:19.875rem;height:7.6875rem;top:29.25rem;left:-0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #snlfnx8ugTqNPhpMBTUVgPKTdfbxGhl9 { width:19.875rem;height:7.6875rem;top:20.4375rem;left:-0.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WNm9R7qsadMzVfNpmOsJXxi1azJxoNIx { width:13.8125rem;height:3.375rem;top:22.625rem;left:5.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yvBWRRGHvKFFxhhr8X2NuJNNMRoLsXKM { width:12.125rem;height:3.375rem;top:31.4375rem;left:5.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5By45B8s0WidJT36cJlyxAZPL6kcvLc { width:19.875rem;height:7.5625rem;top:11.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TA1XWcIzM767gtTTxapZmnHz49PABecm { width:12.875rem;height:2.25rem;top:14.25rem;left:5.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWtnpZTS9AnDEMmMUaRTbq0TqNlCKZZK { display:flex;width:2rem;height:2rem;top:41rem;left:1.8125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ZzSpqwSskwAlTHIpVzDWlVOf1LMXPiJn { display:flex;width:2.375rem;height:2.375rem;top:23.125rem;left:1.5rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #AeOTZTLcrylXFVFLMTxKSJaNUrCo7DUT { display:flex;width:1.9375rem;height:1.9375rem;top:32.25rem;left:2rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #JNF3s0WOLPaBZA6n0XrDXL0mU70vqqtu { display:flex;width:2.0625rem;height:2.0625rem;top:14.34375rem;left:1.6875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #sHLkZ7TrCpGonWNqMiV9RVdq4osrXGWT { width:3.125rem;height:3.125rem;top:13.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJ8ww2PF8UTuNmryDBZPK69GpZRrbPFk { width:3.125rem;height:3.125rem;top:31.5625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFrCW3T4Mwifld3KUvTSeyzvRzohr8nK { width:3.125rem;height:3.125rem;top:49.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5ocH9yJ2cR11fULTJZu2Fp5OASTm92V { width:3.125rem;height:3.125rem;top:40.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PV5fRQTcIIJexvrAbJKEZL6zG5M85U9p { width:3.125rem;height:3.125rem;top:22.75rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DObstibwR1JEsCTT5oIsCph4TzUqsioZ { width:18.0625rem;height:2.8125rem;top:62.5rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hQSSfQFnrucpvyAh65p2zOuv9LFn1fPJ { display:block; }
 }@media only screen and (max-width: 763px) { #LHJVTORy42viTPWu7G2cKF5OCnxCFMDn { display:flex;width:0.75rem;height:0.75rem;top:65.9375rem;left:1.125rem; }
 }@media only screen and (max-width: 763px) { #OALbKTfLzvtDACT7BUwkFKbFNeGoDznt { width:16.75rem;height:0.9375rem;top:65.875rem;left:2.25rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ne2oACqXbB6tLKiyfZI4geQ4EeT9LZCX { width:15.875rem;height:3.9375rem;top:8.5625rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xk28H2IVtTUkNskrTokmRa7UEfvOiePs { width:19.875rem;height:3.9375rem;top:56.6875rem;left:0.125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt { display:block; }#oWQLxCqhXoXxaBwXyObucDUmq0nGVtgt > .row .container { width:20rem;height:111.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oxJzzp3ruJo5fRDXmgubq77AOkFfTM35 { width:8.125rem;height:1.3999rem;top:15.5rem;left:1.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AagzDLwmznZTzW06au8SbukAQp3gma3v { width:6.5rem;height:1.75rem;top:15.3125rem;left:2.5621446371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #rgVl6eRbOF0CAMUrV8poZmKVW0c5JGN6 { width:13.99975rem;height:4.5rem;top:24.374406576157rem;left:2.9995263814926rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pt6s4fWbwm5sK5LisTgpJwc0ZBm42OUR { width:19.3125rem;height:3.9375rem;top:7.125rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #AmHqHRUcHPLuavQp2d5OTAtVBw12H6r4 { width:13.499625rem;height:4.5rem;top:36rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FOAupd1ETTByS9lzsuoUvFVRhMyOamTk { width:19.875rem;height:11.625rem;top:30.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fdcz5dLTgNVqVhCLAF3nHGIFotXTTiom { width:19.875rem;height:26.375rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTCCLD3mTxNPdobBz90teKgoAyW3cqZ7 { display:flex;width:2.37435rem;height:2.37435rem;top:30.5rem;left:8.75rem; }
 }@media only screen and (max-width: 763px) { #LFnR2GGqlkLZsqRPCQt99y8NdT5qDolT { width:20rem;height:3.75rem;top:2.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #i9lEQVFVEHOAzqnBhquJcrZSX2aqbVdJ { width:13.4375rem;height:1.3999rem;top:18.262191534043rem;left:3.2806578874588rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AqmTPlQeFEX5tpnsCXKGdr2CPWKUV9U7 { width:3.125rem;height:3.125rem;top:20.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u3tChxwQPGxNcRZTlvm7n7p0XgcdTicV { width:13.4375rem;height:1.3999rem;top:98.375rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eCLMTZB3yf9Ua48lnNGBp9OoHBiO3dkx { width:15.437375rem;height:4.5rem;top:68.687614440919rem;left:2.2810131311417rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LgNKQ4BOTGxuMI5vGqelJV8LNgM40gTd { width:19.8745rem;height:16.374875rem;top:132.35972595215rem;left:0.049715936183929rem;display:none; }
 }@media only screen and (max-width: 763px) { #K7GfXXMbFg8SUImA47ifwv2p1N4CFh5f { width:19.875rem;height:26.375rem;top:45.4755859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WIz1mQL2mNaKVnpeJpW6KTNWBmzWC3Sc { width:13.4375rem;height:0;top:89.3125rem;left:1.5625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TzbObvggKUuGy7TDi8Dr6nubI8stBfZf { display:flex;width:3.0625rem;height:3.0625rem;top:192.17270810547rem;left:9.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #UfKNyhw8X23RDQw5VMEaBSkfu6yt1Dcx { width:13.874875rem;height:5.625rem;top:55.913231849671rem;left:3.0622631311417rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mLMy0GRLhxKfTSF2GXwCKQIUmXMFlxJD { width:13.4375rem;height:1.3999rem;top:49.499285936356rem;left:3.2806578874588rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F2OJGCTNAs1BaqI5yQwoUZPiZ0TVCgZ8 { width:3.125rem;height:3.125rem;top:51.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vmxow8JX71IaXiC6SvPh5HF4wmi3T4Wh { width:9.93725rem;height:1.3999rem;top:46.92471408844rem;left:0.71803975105287rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #g1ZHMRnOZBFSQ7gAsLvkXpZIDNfeaKoG { width:6.5rem;height:1.75rem;top:46.75rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh6CCtHamVuwkZkpVGoMmhwPoeMcaDyn { width:14.31225rem;height:5.625rem;top:100.3125rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WvamArTcQRdUkz3IVtoTnlF48D5O34Ov { width:19.875rem;height:11.8125rem;top:63.39892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMcoaMJuBrwbtpeeS7S9iI5NHEBapZqu { width:19.875rem;height:26.375rem;top:78.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IgWpmRFqU6FoEG5hOaNfsNEFW2Z0Nsdp { width:13.4375rem;height:1.3999rem;top:66.498691558838rem;left:3.2806578874588rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X4VlBDBciT3UI2BrXvpTUIVSmJl35LWw { display:flex;width:3.0622625rem;height:3.0622625rem;top:62.687139511106rem;left:8.4676839113237rem; }
 }@media only screen and (max-width: 763px) { #rTbJ3XOElXedksPFZ3yxKOEqqwNOyX8B { width:14.2495rem;height:4.5rem;top:88.25rem;left:3.25rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZDUA5yeJlz0IbxoTutme24MiEPfzGdml { width:13.4375rem;height:1.3999rem;top:82.1875rem;left:3.625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KeCpL9pcnKrtKqtQXPoo0TbgOrbORkpb { width:3.125rem;height:3.125rem;top:84.125rem;left:8.8125rem;box-shadow: none;border-top-left-radius:37.5rem;border-top-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-bottom-right-radius:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hxmTfb60PfBngfdVMk5TeSEw5KGV7Ozz { width:10.625rem;height:1.3999rem;top:79.75rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #C4w4KalhFQScxRS4Mgw4XiE6kJScXyoT { width:6.625rem;height:1.875rem;top:79.5rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdXwGgVxlHcgKKXfAPHEILI1v0Ro55Ob { display:flex;width:1.875rem;height:1.875rem;top:84.75rem;left:9.5rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #kNOs6hrrc7dZxMEeUaVbIAbmmGCWbSXP { display:flex;width:1.875rem;height:1.875rem;top:52.25rem;left:9.125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #frZ2p32WRW6iIIECdQedTRSAHBnwT5SW { display:flex;width:2.3125rem;height:2.3125rem;top:20.9375rem;left:8.875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #KMXpsZKlUroTqEWagWz2WTPEepgg5gVq { width:13.4375rem;height:1.3999rem;top:33.9375rem;left:3.25rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15097;display:block; }
 }@media only screen and (max-width: 763px) { #JlifyDnXpVul9p5AfTLWx7EWHPusrdvH { width:19.875rem;height:12.75rem;top:94.875rem;left:0rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #unchCdXAbOL4zPaVxdhL27Va3RCGlVaJ { display:flex;width:3.06166875rem;height:3.06166875rem;top:94.125rem;left:8.8125rem;z-index:15147; }
 }@media only screen and (max-width: 763px) { #oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c { display:block; }#oUo3nxfgitQcVeXq03vJPMbWHIWmIy8c > .row .container { width:20rem;height:104.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ON0qgspRtTl53REppFTgIsZrHseW8pBx { width:20rem;height:3.75rem;top:2.24853515625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZ9Gt03JX2mAP8T1bIVwaQgIUS3fLlGM { width:19.875rem;height:12.5625rem;top:7.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK271F4lynSLbDmf7ue1AovkXRBGim2P { width:14.5625rem;height:3.375rem;top:15.5625rem;left:2.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PeN57SmklAM1mKbbKsTBqBJkSuaByXbs { width:13.8125rem;height:4.5rem;top:30.3125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r3Pfi2BFG11IIMhg6p0wHZkWCfBZ4zHx { width:19.875rem;height:14.25rem;top:22.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k2GaJdQvutTJ7lafe8Z8ctAwE54WTrSr { width:19.875rem;height:14.25rem;top:38.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbmtcAqB2RnSBTgk0HMqCJQwVE8BgMvv { width:11.625rem;height:3.375rem;top:47.375rem;left:4.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bilRVuN03SrOU45RFcs583LthMuNhHU1 { width:11.0615rem;height:1.125rem;top:13.65625rem;left:4.46923828125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fh4BfBd14bmUIurs0hP8wrhTh9INlRlJ { width:12.3125rem;height:1.125rem;top:28.625rem;left:3.875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tpEpvIl4cJS1wFFnBF6W00nPtsTyNJIt { width:13.9375rem;height:1.125rem;top:45.375rem;left:3.0625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KMdtmF1m2cdkUZM3iqhgvCiKVQFUX9s1 { display:flex;width:2.0625rem;height:2.0625rem;top:9.9375rem;left:9.0625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #E4iRuPGwP38VLerHsGgMmfUnULoJXiVq { display:flex;width:1.8125rem;height:1.8125rem;top:25rem;left:9.0625rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #UHez6HAcUSXTbXLUvMGoi8hpmqMzvSsE { display:flex;width:2.375rem;height:2.375rem;top:41.0625rem;left:8.8125rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #JMVOxeq5lJMfvybAgaVUwOZpnbXoDO11 { width:19.875rem;height:14.25rem;top:86.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ys1muVRJcIpDTKPGAp4xWpLT0FbGik7v { width:15.125rem;height:3.375rem;top:79.5625rem;left:2.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yxbE9ByiULTvSrTrpUayVl8CuRlqHnpc { width:19.875rem;height:14.25rem;top:70.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n66XshsOFDTAa6L5S0HytJXGm6fmLCOa { width:16.4375rem;height:3.375rem;top:95.5rem;left:1.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gJrqbQCHAvxvm8nTwdb0A5vOQc87apcW { width:12.5rem;height:1.125rem;top:93.25rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kLeciu74VHXVKzrmWsxsNDPyegNDTq15 { width:19.875rem;height:14.25rem;top:54.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HX5BDxMP9pRMzNC1eKTbuDlSp57CeUgw { width:13.625rem;height:1.125rem;top:77.5625rem;left:3.1875rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TfvdB144mVlLrIZfadwPzvUWyV2swuNG { width:13.75rem;height:3.375rem;top:62.8125rem;left:3.125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IvTa6J6FEIuM4BfFpISCtBWCihRrIeTV { display:flex;width:1.875rem;height:1.875rem;top:89.5rem;left:9.0625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #Zkr0HIRn5pdpKyt0My5bgFpu8FpviaAn { display:flex;width:2rem;height:2rem;top:74rem;left:9rem;font-size:2.1875rem; }
 }@media only screen and (max-width: 763px) { #gcoSnor1vxSpu58F7ODyq8yNtutgpLcx { width:12.5rem;height:1.125rem;top:60.8125rem;left:3.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZI8Hrldkat6IATxeMhAAIvK0C0avHixc { display:flex;width:2.25rem;height:2.25rem;top:56.875rem;left:8.875rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #NuTEVK4tX8rWSrVOyavLToScLuLIUBuP { width:3.125rem;height:3.125rem;top:40.6875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SvLuRgu88p5kIOqatGNL8zgSF4oQPWaU { width:3.125rem;height:3.125rem;top:24.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wzk4M2QT3SvBmxmLmienmtA3PpwR3RvD { width:3.125rem;height:3.125rem;top:73.375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IXgt4niIgVCWONWEh0WLylkSwiwnHiG8 { width:3.125rem;height:3.125rem;top:56.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzdLpfqxFm3zbToRKATkMyLJdON2qtd9 { width:3.125rem;height:3.125rem;top:9.5rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHdLcLTEuSohJZ94mTUEZRanq23L4vmN { width:3.125rem;height:3.125rem;top:89rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uWSqNCxxIObu3G949I6UOJOLaAPpSZeq { display:block; }#uWSqNCxxIObu3G949I6UOJOLaAPpSZeq > .row .container { width:20rem;height:104.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZNUARZ62hV6Jtf3VTZE8mfiZx60ikT9C { width:17.1875rem;height:1.875rem;top:2.4375rem;left:1.40625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gmDs8zCmLhpXFLxOwOpOHEVWOsKMBG9b { width:15.1875rem;height:3.9375rem;top:11.24951171875rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #mHRkCQg2xRP8k6DKoa9mGH9Dn6TXXhLm { width:19.875rem;height:11.25rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CHM5mOratJu56UzdI6v3UbnEl1stySTw { display:flex;width:2.25rem;height:2rem;top:8rem;left:1.40625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #s6nakUa3GJzNKcULzkbdSl0ZSZxeiP05 { width:17.375rem;height:6.5625rem;top:41.0625rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dOpAF6qEAJlShwRvdafL8aRCUTfvfGnW { width:19.875rem;height:13.75rem;top:35.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lNmOrMDs9TXrwEHETza98nQcSph9ZxJU { display:flex;width:2.25rem;height:2rem;top:37.625rem;left:1.40625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #DFVsVGf4Vex5fK0PKzqTrsrAHD9eh38u { width:16.625rem;height:5.25rem;top:56.5625rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #b0xqwzQwVASREMSnzP45GFhXJE2Hl8Mn { width:19.875rem;height:13.9375rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaKnNE3wEXS0aPgFtE6dChXkhGhkhXiX { display:flex;width:2.25rem;height:2rem;top:53.0625rem;left:1.40625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #VyvzT46S82TylBFRdhkvHUzu9wMOpTGu { width:19.875rem;height:15.375rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhamowoLl8FVoxQuOggHchAPIFhJaM0r { width:17.5625rem;height:7.875rem;top:72.875rem;left:1.21875rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HntldiP7xUOC8fSiI57b9Nh24fyemfyB { display:flex;width:2.25rem;height:2rem;top:69.3125rem;left:1.40625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #Uk89fzDAXo6DUrDMgsJTx7MdqeSe5d5S { width:19.875rem;height:16.4375rem;top:84.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXzqh3blXkDQrO2Mo7eL2XaOsIf69iLa { width:16.5625rem;height:9.1875rem;top:89.1875rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I75hKsLuczKd5fFCK9MU78i8DOErlUlh { display:flex;width:2.25rem;height:2rem;top:85.9375rem;left:1.40625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #TzuBiXqenoUhis5oTulASuDtGTTah0Sf { width:17.125rem;height:6.5625rem;top:24.1875rem;left:1.40625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PnXt8to0M8Q5ytwEE2rkaHRwluUadaT6 { width:19.875rem;height:14.6875rem;top:18.9375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #CBs2dRXT74OTWcKrezDkvAm8DNHbddMx { display:flex;width:2.25rem;height:2rem;top:21.0625rem;left:1.40625rem;font-size:1.375rem;z-index:15000; }
 }@media only screen and (max-width: 763px) { #oOPggLxEut3hTb6ZB1l8hrR9cvueN95G { display:block; }#oOPggLxEut3hTb6ZB1l8hrR9cvueN95G > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcNovPz69bLI0x47rok1FTzUOGT3gsRp { width:19.875rem;height:3.75rem;top:4.375rem;left:0rem;font-size:1.25rem;z-index:15151;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dyqltRQqq3JhGewdQcVDKxEnbreelrAk { width:16.25rem;height:20.375rem;top:10.0625rem;left:2.2291666269303rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5qGLLTiHZopBW9mHwQZZ7a2PL0VQy1F { width:18.75rem;height:3.375rem;top:63.75rem;left:0.625rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h34JEhy9ozrqX2wrzOgJUEdHGgXs4Ts6 { display:block; }
 }@media only screen and (max-width: 763px) { #fM6XHmgpLC0NSRrr7mCg15OqcioL7MdG { width:18.5625rem;height:2.25rem;top:34.5625rem;left:0.71875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #voweUSKFg1bCBVXemmVx3HIiWJuvMCKn { width:20rem;height:auto;top:34.875rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #AEJQdRHNqdp3A6IIEfiMPB1N5xw5CDQ5 { display:flex;width:0.6875rem;height:0.6875rem;top:67.9375rem;left:1.5rem; }
 }@media only screen and (max-width: 763px) { #Qpqfo1AouCTWuFOPsMnSMbv2Wme2D2QT { width:16.5rem;height:0.9375rem;top:67.8125rem;left:2.3125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPJhp24AQhVpiSZiLBNvyQGRw7Q6PRr0 { width:20rem;height:24rem;top:38.10400390625rem;left:0rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#kPJhp24AQhVpiSZiLBNvyQGRw7Q6PRr0 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_11e7963bb94da666d28323995a827555614db695.svg); }
 }@media only screen and (max-width: 763px) { #hSTBln85boNDwm1e3VTAG6lKiF29BJ4E { width:16.9375rem;height:1.5rem;top:32.541015625rem;left:1.53125rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15026;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 { display:block; }#aZJqG9FSQ3FL78yMalyssMTkcNH2P7R2 > .row .container { width:20rem;height:62.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bKPf9KeBuABK19dbBX3MqZiZuwWre2Si { width:18.6875rem;height:1.75rem;top:2.25rem;left:0.65625rem;font-size:1.25rem;z-index:15052;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bVeOEbrHTqAuxZnFUFcP0tLGAgiLppAL { width:18.8125rem;height:5.625rem;top:28.625rem;left:1.0625rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zhsm3SrV0ySfLTn5uhiuF5GkkgofcIiy { width:14.6863125rem;height:14.8745rem;top:9.2233648300169rem;left:2.6562498807907rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #sDuRNpHllph51KCsXzXwyJ8gadTlZDcJ { width:20rem;height:24.1875rem;top:35.875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#sDuRNpHllph51KCsXzXwyJ8gadTlZDcJ li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_7dd09e0b69b08cb52c72ed23987bac4e8db3d477.svg); }
 }@media only screen and (max-width: 763px) { #B4v504Ui9J6iELGHyIPsrBPXIJsUdakR { width:0.1875rem;height:5.625rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zckT6bpCGkqSxZ340dZqQKzLthNLuXND { width:20rem;height:auto;top:25.375rem;left:0rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #UsAJ6xMoKWD72FvM6URUL3LzhT8mK2di { width:20rem;height:auto;top:27.5625rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZHv6TAZA1qOz473HkZy72WZCdo4t9br8 { width:20rem;height:8.9375rem;top:24.375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dqztPSeKuMxkx8NPZfuchd2V23wNMLit { width:15.9375rem;height:0;top:17.355470657349rem;left:5.6856061220169rem;font-size:1.5rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #dT3SVu3RCAI3kgL9rgy0dNCs0kc2c4Gv { width:14.75rem;height:0;top:19.730588912964rem;left:6.87346470356rem;font-size:0.875rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #fCWmmX1WqMzT3zPiJVeERqxqXQwBIuqU { width:17.9375rem;height:6.5625rem;top:16.793207168579rem;left:3.6857281923294rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;z-index:15013;display:none; }
 }@media only screen and (max-width: 763px) { #dbaI7qPQsShhegii9gAl8CUiIVlNuIQ3 { width:18.687rem;height:1.3999rem;top:4.5625rem;left:0.6552734375rem;font-size:1rem;z-index:15053;text-align:center;text-align-last:center;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zBCcPisRFUvP159BP2144bqhORtTceqU { width:15.9995rem;height:2.25rem;top:6.5rem;left:1.9990234375rem;font-size:0.75rem;text-align:center;text-align-last:center;z-index:15006;color:rgba(var(--color-tertiary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #kAE4iFcPd2VXyoKBOhFDnAg49Zu4nE37 { width:20rem;height:2.625rem;top:24.6875rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL { display:block; }#GMyTFZpGIoIOvCOpfM0Vg5A0cF5AGlmL > .row .container { width:20rem;height:77.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mml7U8BH5RJFnF3ZgT9BElZVmDPcHMJS { width:17.8735625rem;height:3.75rem;top:1.625rem;left:1.06298828125rem;font-size:1.25rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mpkXgLc2n3SJwRoAokym5Pq9siBIHRxU { width:9.8125rem;height:1.3125rem;top:44.6787125rem;left:10.1875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #HlB6IeTJ7838hfF55pXf5Mzi1lvNeTST { width:9.75rem;height:1.25rem;top:60.3920875rem;left:1.15478515625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #J8oSAiOLwWwcX5K09R53yOR5OC0288a5 { width:9.75rem;height:1.25rem;top:63.499025rem;left:10.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #mT2rcA68mXPrWIwmPV015WSOWHZ5KBLG { width:6.9375rem;height:1.875rem;top:73.051759375rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #DKGt9mb1oTmmWhIXQfZCgdZSgiEMOMae { width:6.875rem;height:1.875rem;top:100.15185703125rem;left:5.5458984375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #nTH0zm9X7cUJ7tExHrygAx3xIdAcL5vK { width:20rem;height:1rem;top:52.74658359375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #EAZRRt9vhUqwHXxsh6AJq19MqJTOXBIt { width:20rem;height:1rem;top:98.05175546875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rdmINAgBK24ikoKCiQC80paSGSD5LTp6 { width:20rem;height:1rem;top:64.4545875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #tkViHmPkhX98ITVmW0gca1TmKqxTCBgo { width:3.125rem;height:1rem;top:66.0483375rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eWcbnhniOTUavmmoKzdAK2e9FPqnDrTb { width:16.5rem;height:1.125rem;top:80.958009375rem;left:3.5rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #JSmwfnQtsoSuoAsBboSoV47dNvmZTIL5 { width:10.125rem;height:1.125rem;top:104.14795078125rem;left:9.875rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #KQuzAHopTByUkDlwrvu1RCGAMBgu95BE { width:10.125rem;height:0.875rem;top:110.9453125rem;left:8.4833984375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #eZ2J1DWuKV97abSvbyVM1oUXTr35D1vP { width:8.625rem;height:1rem;top:105.27295078125rem;left:3.9462890625rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #pzsXybxoPFLn1cbhglZ0EBH0Tf1fZa5v { width:20rem;height:1rem;top:99.48925546875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #foOu2NC3X72ZvvBSvuDIITCZuPFLnZqJ { top:7.4375rem;left:3.8125rem;width:9rem;height:1.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Fz8awSBxNeTpP93AIetAy4fhXTNrR62N { top:22.4375rem;left:1.0625rem;width:8.5rem;height:1rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Tb4gXJpdlE7TrBZnrgKt8NXsU8P2zfki { top:35.375rem;left:1rem;width:8.375rem;height:1rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #JvXVJ5mUJnuze7llHUFOGEmrI5mCKnFw { top:49.5rem;left:3.8125rem;width:7.8125rem;height:1.0625rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #C1TJctJuvdZdhsr3ew8wqmbXHlZFNX1T { top:67.8125rem;left:4rem;width:4.5rem;height:0.875rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #BzURPUuVyNAFZFpVN6W28nDqqq2ytTl4 { top:13.5rem;left:2.4375rem;width:14.125rem;height:0.875rem;z-index:15013;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8ALIXaqtzUPg8OJ5h96gz31O4ylUTF { top:15.3125rem;left:2.4375rem;width:3.0625rem;height:0.875rem;z-index:15014;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g0wvIHTL07HDWu8q8oknSavh1vLBsasH { top:41.875rem;left:1.0625rem;width:17.1875rem;height:1.3125rem;z-index:15015;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #wNtDvT2OqHlcwxvnXquddW8RVURG3dJw { top:27.4375rem;left:1.0625rem;width:5.875rem;height:1.1875rem;z-index:15015;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #oX8aV6k56ZoCvg6BXRNIGmPMHv7zHXmP { top:43.1875rem;left:1rem;width:8.125rem;height:1.3125rem;z-index:15016;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aWzPxsThIuxIfbb7h4ZIG7p8sXKaPiSi { top:56.375rem;left:2.25rem;width:16.125rem;height:0.875rem;z-index:15017;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #aUTNR13SlPnQGwMwO1gyC1BAsO34olxS { top:64.1875rem;left:11.8125rem;width:8.1875rem;height:1.0625rem;z-index:15018;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uHkNOgDpLyl3r8PavGrSxRm9OCeXWbnp { top:57.25rem;left:2.3125rem;width:17.0625rem;height:0.8125rem;z-index:15014;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #IoAISy8IBOwssMCqOvyMxU0VTZFGT4bK { top:65.0625rem;left:2.4375rem;width:3.5625rem;height:1rem;z-index:15015;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CrJfwc0pWcWLuNQxh46eFTrK24V7AA3b { top:70.875rem;left:5.5625rem;width:12.625rem;height:0.9375rem;z-index:15015;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #m5MVpJibNxs2szJ0FuRNL8mScWzRuO4e { top:58.0625rem;left:2.375rem;width:11.375rem;height:1.125rem;z-index:15016;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #P2smyZQt15ldt6ry9o2MSzbd2FRkOxyD { top:26rem;left:0.875rem;width:18.125rem;height:1.4375rem;z-index:15017;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #kdWt1o2VTeIke31cLdT2TzSOJEpHIU9C { top:14.4375rem;left:2.4375rem;width:17rem;height:0.875rem;z-index:15018;background-color:rgba(255,188,214,0.25);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #g79rW2VlxT5UczixBTVgd7EPrn3J08J9 { width:20rem;height:13.190348525469rem;top:34.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #svCbIVXDBPwm5aRTzDN42AKmumDf5cVu { width:20rem;height:11.818181818182rem;top:21.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSqKZvRdv8rgXpyeqdDP5dg5Of0JECuW { width:20rem;height:5.173116089613rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnlwOBwlFfBNIIBbahkqWrNFGocryoPy { width:20rem;height:11.060291060291rem;top:49rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdHAeAhGyODc1dFrfkrv06COQOzUcJ4W { width:20rem;height:13.955773955774rem;top:6.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bo3sKvdAWkrgbJVpgdCKAeJX5dQ8dEat { width:20rem;height:7.1157894736842rem;top:67.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkIPy3VugNtgTLAu6moacOdaHK0bLnld { width:9.8125rem;height:1.3125rem;top:82.208009375rem;left:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #rePG5Mayh2pUDt8KRaXdT80pMlrmDLih { width:20rem;height:1.1875rem;top:100.92675546875rem;left:0rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -moz-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -ms-linear-gradient(90deg, #ffffff, #f1ece6);background-image: -o-linear-gradient(90deg, #ffffff, #f1ece6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1ece6' );";background-image: linear-gradient(90deg, #ffffff, #f1ece6);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dNyO5AgqeHfDdPygzHBWPhNX1756h0hI { width:9.25rem;height:1.1875rem;top:61.25rem;left:3.84375rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T { display:block; }#G5Vbrwp2Rqgnp8TigbyMk8GHo9TSd02T > .row .container { width:20rem;height:63.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wRdRzdBrByayKWfhiwlxegN3faPVMkvP { width:16.1875rem;height:3.75rem;top:2.375rem;left:1.90625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZa1VShqBwJ9fXgA2LEFDu2IfaxOP40q { width:20rem;height:15rem;top:9.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fC6bgICz0R54mStuLRiV5dSbke3g7Ork { width:14.25rem;height:5.625rem;top:16.5625rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz3ipmx67OpGZTuwlukanWFsC2efBQwx { width:14.1875rem;height:2.625rem;top:13.1875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #beS37S34bzsFBNG66tSIHtg8os780Gm3 { width:3.125rem;height:1.6875rem;top:10.9375rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OfoPINQepUlq2hptT8JseWATqXKp3oDF { width:20rem;height:15rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWpJRK9HWQoLMki09tz9xx9qO4la7V0O { width:15.375rem;height:4.5rem;top:34.375rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGaLJGPs8hkPwhkPQ3Cx5NH6DfyaA6RU { width:15rem;height:2.625rem;top:30.6875rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmX16xlewoRIRwCIfBzAtobXeNkMdHgy { width:3.125rem;height:1.6875rem;top:28.125rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PeCAQVL9yTVSgFBpF5tdnU2MxV6xhu2m { width:20rem;height:15rem;top:43.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QBFiSFO9wLPH7fzPrD3Zl8aiR1gwC8u3 { width:14.4994375rem;height:4.5rem;top:51.810478210449rem;left:3.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dDbOy1Ik85KExTwGRPzV4tyxttFbaiGm { width:13.1875rem;height:2.625rem;top:48rem;left:3.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C7DrksuWyWDAEctkt4zLBzV12eHLfEtN { width:3.125rem;height:1.6875rem;top:45.4375rem;left:3.25rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T { display:block; }#n079ccZ4uFNxOHBn3nTpxToyiQw6kX0T > .row .container { width:20rem;height:51.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.875rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.75rem; }
#EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo { display:flex;height:auto;width:20rem;top:6.375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #JRA0B27HxXH4b7rNlHvkeOs1ec99QQew {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #xKDbRHVzmqdo87HpT4S546hUKeefeQQr {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #t2TADOr6TAmMhdNozhL8Vb7cbLRptXEG {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #yPGOytyHLKRNV6T7KCZkGC5UQ04atSdm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #hLTUTAsRq6Nora1sWLTA6rgbpWECe0MQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ePtHlMEWHXnOTkz7VDvt08xH0hR2ml51 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UsGwVRUwOJJorXHhJhDN3PpT1Xl43LXF {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gmy0sz4iiZ2JNOx0vxFqWTNWHDBo6J2V {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Mp3EIbH1PEkk5dUdr3zkRIcv2lM86B86 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zHgVhlH3IwFiKyT2SlflzISd469QL6qi {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zveXGAIgEOH1fElW2PmFDwH47S30KIBQ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fpdttcxhrpUTlHsfaADuwJn2L3qRGIM5 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u5W0UAiV9R02DSZNAe6pmHaTxu9vEwpt {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #RUQ1zZr3TbckzQJWRwxuxKGV9arkQdSm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #UaWywCyaRWzQZQpBrPUwugMTZzdQk6MD {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ON5TebuwhtkZQkLnpCOqzR2qFLdeMlpW {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #HukZD7noq3ho5FyRNfsZ9AJ1Bi5cVUOJ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #pHe4lrUhWJ0xH1WBod1pk0iAPNbsKbO8 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #FJfaLaSMusqg6kIG1yTOcRwQIz7Kb11o {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Z0p31TPtiIXVturAaoRyAP0eihwSkyS0 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #u2rsm3oCACwt55cdwApCRSTHWZKJgTqy {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #GHNcSnQbiFfe45nFyXTuHvS6GILC3bCo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LkeOKnEbmIwJ1phMLJoIGVTuiTJeqod6 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #wTkvAsTl7V6RMt14tnfDtAykAyn3reJo {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #ExbggpOkMgvZH7wU29MnpB2qJrqzTEvu {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #Gkd7Th5RToU3IlOG1Li4qDviErIQWDyd {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #bVQyetQdXoSQRRluRyD1ibeC98XxHF4I {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #i4Ge8efmV4rl2TVAbgoRireUr5WJQyLk {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #zWZmnl72BlRTbU7FVVEFSuNJVRCIuV92 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #WqtKbfS4GTx9S9ua3kIhLbhBDuLVgKK1 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #fHto9HnrC9obne3uMyAMEMTRZT4mILId {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #sKN4uH80nNOHWpSHK1XqV80oOcJ3MdMm {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #mdEVPC2D9QTDkP9LAZmgC0TFURJnwEI4 {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #LnzyOVITsgwEguILSFfE5nQD8Ib288ZZ {  }
 }@media only screen and (max-width: 763px) { #EPJmBWTFNmoV9tPQ9ouzO0CocSguGqVo #vzFJ0pBg9rsBuqRB85m1hKhGuIu13RB5 {  }
 }@media only screen and (max-width: 763px) { #aXbqN2mKKy5ULbq17t8D60Q6IZ1ZT0UO { width:16.6875rem;height:2.25rem;top:2.375rem;left:1.65625rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp { display:block; }#Uq73h42SwXSTIxz9yuCZSKBCMiKchTDp > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sf9iHMNvdFgbNAtvRtcLNwvLBwnE0pbg { width:20rem;height:3.75rem;top:2.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #iTfgeeUOGu4TTbNm5OBfNcRneqCauuqU { width:18.0625rem;height:2.625rem;top:13.56103515625rem;left:0.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCKxrbm4eRKJzgHtVJBR147Nh9uPo4xb { display:block; }
 }@media only screen and (max-width: 763px) { #Av4ntfx2DpMlvHSFlI1hlOQGFXMZCQoi { width:20rem;height:4.5rem;top:7.65625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ { display:block; }#XcG5zTxFBl6KPEOvsG7mTgseTWkFyLFQ > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ipupEtg0SZrsoXLdqbhWyZCbMJ6dye3Z { width:0.99975625rem;height:0.99975625rem;top:4.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd4hTkubJih6GvzsqogCtmqtI8yCBAHo { width:18.561375rem;height:0.875rem;top:4.75rem;left:1.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzxinPn0yfSTtdSbgG2xt5EdqZXGZ3m1 { width:15.874625rem;height:1.224975rem;top:2.5625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgXN6GSPhEPCZB6ut5Bec5hrFrmwewPE { width:15.874625rem;height:1.224975rem;top:1.0625rem;left:2rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }