.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:243,255,231;--color-primary-1:216,255,174;--color-primary-2:177,255,92;--color-primary-3:89,128,46;--color-primary-4:27,38,14;--color-secondary-0:223,220,225;--color-secondary-1:148,138,154;--color-secondary-2:40,20,52;--color-secondary-3:20,10,26;--color-secondary-4:6,3,8;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"PPTelegraf";--paragraphs-font-family:"PPTelegraf"; }@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); }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/49351cb6-25b7-4fd8-a104-e49f9abf5a95/HERObackground1.webp");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA.adaptive-delivery-prevent-bg, #id9mocGPz7M2ytwAHimEhfBegLXDxBlA.lazyload, #id9mocGPz7M2ytwAHimEhfBegLXDxBlA.lazyloading { background-image: none; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row .container { background-color: transparent; background-image: none; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row .container > .video-iframe-container { display: none; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row > .video-iframe-container { display: none; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .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); }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row .container { border-width: 0; border-radius: 0; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row .container { font-size:0.875rem;font-family:arial;height:56.25rem;width:75rem;position:relative;display:block; }#G7DE10C6V2HJhJrfZaENgor4ZqPA6LTd { box-sizing:content-box;height:5rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:1.5625rem;left:0rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;box-shadow: 0.0625rem 1.25rem 0.9375rem rgba(176,144,228,0.1) ;display:block; }
#Sf3DyRTqyoarXAcHXnF9RODBDm2a7rb7 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56225625rem;width:13.75rem;top:2.78076171875rem;left:1.25rem;overflow:hidden;display:block; }
#Vx33XMrrKakGo1l1Q7TE4ip31aGiNJff { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.2495125rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:2.4365234375rem;left:63.060302734375rem;display:block; }
#tFl6TkWtaQkSTLTV6nNnpkbTUFww84Hk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WPObVuO1u2ebACpB2emU6GFZieM9VShQ { position:absolute;display:block;z-index:14999;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:13.8125rem;top:7.4251298904419rem;left:61.278211593628rem;overflow:hidden;display:block; }
#T1OcpctoFd9Xml2UxhyRWw0Nl4rsZNwN { color:rgba(var(--color-tertiary-4),1);display:block;width:38.562375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5625rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:14.123904943466rem;left:1.2495560646057rem;height:5.63801875rem;display:block; }
#o5DNfPeFfPlayVRcWkicVgAB69SkaAe7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.561525rem;width:5.43579375rem;top:26.40380859375rem;left:31.62109375rem;overflow:hidden;display:block; }
#gni0JsKVH6t8ynmJUfHOSqXgQVKl3bVw { color:#444444;display:block;width:37.434875rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:21.236978530884rem;left:1.25rem;height:6.00260625rem;display:block; }
#Rh89ukVv6xGCr3hkTFSCkmvfMqV4hQoC { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.9375rem;height:3.25rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:27.999538421631rem;left:1.2498645782471rem;display:block; }
#DfQMT2D5TSsVtybxDR0pv6VnmObp2bng { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sw8ZwE8EUPZy7IRC0OGlBRplOCssOH3N { 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:31.0625rem;width:27.125rem;top:6.559591796875rem;left:40.223906322883rem;overflow:hidden;display:block; }
#Nm8UbelCUEFr5OZCbUFPHwI0uJcwbILX { color:rgba(var(--color-tertiary-4),1);display:block;width:22.374rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:42.4375rem;left:42.875rem;height:4.67230625rem;display:block; }
#JVsdQRWtpN7PWL6iEPpNMPKhOvdei0yk { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1865rem;width:41.1865rem;top:37.875rem;left:0rem;overflow:hidden;display:block; }
#XRNJSBcLG5TZTOIcJaHCeV3oGVIXQXRB { box-sizing:content-box;height:36.25rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:#f9f5ff;background-image:none;top:37.6875rem;left:0rem;border-top-right-radius:3.75rem;border-bottom-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-top-left-radius:3.75rem;display:block; }
#eD8HobG1mJqe3bIMT5riKvFoeXXoDXIt { color:#444444;display:block;width:24.9365rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:49.5rem;left:42.875rem;height:3.0013rem;display:block; }
#ZEVFRbeGg8N6181S4zkTymzLvF3hsAc3 { color:#080a1f;display:block;width:18.874rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:54.875rem;left:45.8125rem;height:14.2990375rem;display:block; }
#XxOKepyZWeXnh7nuz8TEsN6W8cF6xHF7 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.5625rem;top:54.6875rem;left:43.4375rem;overflow:hidden;display:block; }
#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem { position:relative;display:block; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem { background-color: transparent; background-image: none; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row .container > .video-iframe-container { display: none; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row > .video-iframe-container { display: none; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .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); }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem { border-width: 0; border-radius: 0; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:45.6875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#KBc2GJMF5h0ltFntlGAQZquBc8NqShsx { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4355625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15002;line-height:1.1;letter-spacing:0;top:22.3369140625rem;left:16.28125rem;height:2.1994375rem;text-align:center;text-align-last:center;display:block; }
#aLxxe4BnVgNigetpkmMvzUXZKaTGiVAd { 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:5.625rem;width:5.625rem;top:25.4375rem;left:6.25rem;overflow:hidden;display:block; }
#iPxif7Sw6AhwPpSUSu6q43zTBnD2yr41 { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:31.8125rem;left:3.0625rem;height:1.78710625rem;text-align:center;text-align-last:center;display:block; }
#XftuTX6XVTUDmfEqib48CoPzr6VQLui0 { color:#444444;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:34.4375rem;left:0rem;height:3.0013rem;text-align:center;text-align-last:center;display:block; }
#i7pErtooGaNQMZp7cHpdEzopHJuqxSXT { color:#444444;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:0.875rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:34.4375rem;left:28.4375rem;height:3.93554375rem;text-align:center;text-align-last:center;display:block; }
#LBfRPy82TKZ24223mwSmJzPLGB5TddpZ { color:rgba(var(--color-tertiary-4),1);display:block;width:12rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.1;letter-spacing:0;top:31.8125rem;left:31.5rem;height:2.74956875rem;text-align:center;text-align-last:center;display:block; }
#rlxCxrmEuqR63Bzx6Jefifdo7fbITmpR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:25.4375rem;left:34.6875rem;overflow:hidden;display:block; }
#akIC5S50mTk2bMS7f1tm580MtHiBT9cz { color:#444444;display:block;width:18.125rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15013;line-height:1.5;letter-spacing:0;top:34.4375rem;left:56.875rem;height:3.0013rem;text-align:center;text-align-last:center;display:block; }
#BaAWLGqhWfcdoPPA7bPgr9cWO9m6kDoz { color:rgba(var(--color-tertiary-4),1);display:block;width:14.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:31.8125rem;left:58.6875rem;height:1.64930625rem;text-align:center;text-align-last:center;display:block; }
#lTocMsld4ET9wNQGax5a8QOqhZb3lKlm { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:25.4375rem;left:63.125rem;overflow:hidden;display:block; }
#N6JDqUkbCVginFJrxddnRnLPh8y4llPC { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1rem;width:32.875rem;top:27.75rem;left:21.0625rem;overflow:hidden;display:block; }
#AbzimsATqsn4VVlJPr9gM3Nf7sN4l9OR { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9994375rem;height:3.24855rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.936967849731rem;left:32.499554157257rem;display:block; }
#LlNJdby4oleuHxeTPGSqLgigzDCvyx2k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RMDTdOspupPNIFU4AVnmoT32JoBUpozo { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.5625rem;top:3.6875rem;left:43.5rem;overflow:hidden;display:block; }
#rInH58Cw2yTB1ygZLErIzTrLLwi0Dkzl { position:absolute;display:block;z-index:15011;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.499025rem;width:1.5625rem;top:1.1875rem;left:43.5rem;overflow:hidden;display:block; }
#aTomB4lWdOfGXEObTNLXElSByIEnaiUA { position:absolute;display:block;z-index:15012;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.499025rem;width:1.5625rem;top:6.375rem;left:43.5rem;overflow:hidden;display:block; }
#nolrDmMhl6wvfFFKWawZi9t1yMEmJPAn { position:absolute;display:block;z-index:15013;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.499025rem;width:1.5625rem;top:8.875rem;left:43.5rem;overflow:hidden;display:block; }
#EbgBtRFRSN20rE06sxXlfKSDH92DMbcb { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.499025rem;width:1.5625rem;top:11.5rem;left:43.5rem;overflow:hidden;display:block; }
#diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);background-image:url("https://images.assets-landingi.com/uc/8357a1c1-0fbb-418f-8e88-a910e58efbb0/Rectangle5774.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE.adaptive-delivery-prevent-bg, #diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE.lazyload, #diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE.lazyloading { background-image: none; }#diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE > .row .container { border-width: 0; border-radius: 0; }#diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE > .row .container { font-size:0.875rem;font-family:arial;height:44rem;width:75rem;position:relative;display:none; }#umbdweE4JAolTc0BBtGKar8MVJ9ghVrN { color:rgba(var(--color-tertiary-4),1);display:block;width:34.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.875rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:4.6875rem;left:20.125rem;height:3.1621125rem;text-align:center;text-align-last:center;display:block; }
#JNHfXns1TF0TdTWbfceUWE1BeW99SkIG { box-sizing:content-box;height:22.5rem;width:23.75rem;position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.3125rem;left:0.75rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#HXlSLT8UZVlyq4sT5UbTo0x1Ur4yGZrs { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:11.0625rem;top:14.625rem;left:2.3125rem;overflow:hidden;display:block; }
#AVCXNre0KQLw1T84r7PvwgmKBhoJnZkT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:29.0625rem;left:1.5625rem;overflow:hidden;display:block; }
#Bwk5SIXU7PWXsxyqVeIcnaq2klvpN4zT { color:#444444;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:17.25rem;left:2.3125rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#n4VQ64KMon0ht6M6gTekX9HI3PXoIues { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.1;letter-spacing:0;top:30.125rem;left:7.125rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#E8dcJslANRI4LnNDtJfdOogTOaP4CHuO { box-sizing:content-box;height:22.5rem;width:23.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.3125rem;left:25.625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#UrTquvsOhD7hBvrc8CcZks4trDEgFw0T { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15009;line-height:1.1;letter-spacing:0;top:30.125rem;left:32rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#k0qgHVB8qn6las1kKK4TFZFTpVdHoewI { color:#444444;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15016;line-height:1.5;letter-spacing:0;top:17.25rem;left:27.1875rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#NobgSGPBeXgxKcfaIlI53kazC7ik7RDk { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:29.0625rem;left:27.1875rem;overflow:hidden;display:block; }
#TBH3NQkxyufCHzu2H70dXfQSqMeBvyIr { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:11.0625rem;top:14.625rem;left:27.1875rem;overflow:hidden;display:block; }
#oM73PGoUsEd1dOXhQzRy7bc2HINbKkUc { box-sizing:content-box;height:22.5rem;width:23.75rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:12.3125rem;left:50.3125rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;display:block; }
#KK90T2Bg4LIXaw2AiAdOHoeuXJ2KSTy3 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15014;line-height:1.1;letter-spacing:0;top:30.125rem;left:56.6875rem;height:1.375rem;text-align:left;text-align-last:left;display:block; }
#ocDLTMWpa4bUNn8gSaOJDFmTTwpDzRl3 { color:#444444;display:block;width:20.625rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15021;line-height:1.5;letter-spacing:0;top:17.25rem;left:51.875rem;height:10.5rem;text-align:left;text-align-last:left;display:block; }
#KhgNJKT31QLmnUUa0koxTqTVh9TD9gf0 { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:29.0625rem;left:51.875rem;overflow:hidden;display:block; }
#Tztqy70qSEnPzsZIyrq4W5InEJXcS3fq { position:absolute;display:block;z-index:15015;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.625rem;width:11.0625rem;top:14.625rem;left:51.875rem;overflow:hidden;display:block; }
#BqB5JAi3vNiBnce1fmuhmZ15IIERHSmg { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:8.625rem;top:7.875rem;left:0rem;overflow:hidden;display:block; }
#urViDBsKseSXfgGrIeeNQxF8GxFHWWeG { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.75rem;width:11.3125rem;top:32.5625rem;left:63.6875rem;overflow:hidden;display:block; }
#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row .container { background-color: transparent; background-image: none; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row .container > .video-iframe-container { display: none; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row > .video-iframe-container { display: none; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .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); }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row .container { border-width: 0; border-radius: 0; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#qr63uyfGXa41B3QLkswvDcpRdqInDAEc { color:rgba(var(--color-tertiary-0),1);display:block;width:26.12425rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15003;line-height:1.1;letter-spacing:0;top:2.498779296875rem;left:26.07666015625rem;height:1.71875rem;text-align:center;text-align-last:center;display:block; }
#twVrOXTw5H40PVHQttZyr1I32fAW7ADB { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:6.5625rem;top:6.25rem;left:15.872802734375rem;overflow:hidden;display:block; }
#swxFqVlKinPPnTkskVEzfJAh5Cg4sx24 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:14.9375rem;left:19.75rem;height:2.8125rem;text-align:center;text-align-last:center;display:block; }
#NspFLZzFbx9sqm3TtoCunk44JHJdIAS5 { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56225625rem;width:3.999025rem;top:10.1220703125rem;left:52.529296875rem;overflow:hidden;display:block; }
#GpaEn5yULDtaVM8svG4RBEtyIhEirfw2 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.06176875rem;width:5.1245125rem;top:6.624755859375rem;left:23.198974609375rem;overflow:hidden;display:block; }
#TEtHswo1rpOPezuVQdH0nCwDwPHTCuHV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:4.75rem;top:6.656494140625rem;left:30.20361328125rem;overflow:hidden;display:block; }
#RA0JSwJkoJWMN7d2sVlDROiodMpkMI45 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6245125rem;width:6.687rem;top:6.343994140625rem;left:35.859619140625rem;overflow:hidden;display:block; }
#wtd686ME9JhtliQveq0w5wid61410s0x { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.56225625rem;width:2.56225625rem;top:6.37451171875rem;left:43.7490234375rem;overflow:hidden;display:block; }
#HETgRdfiy1562mhxeQxETuUVl9AgFv6u { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.40625rem;left:48.733154296875rem;overflow:hidden;display:block; }
#MDgaffqqcdzcrSDqLTTkwXzJ5RsT0k2A { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.15380859375rem;left:31.875244140625rem;overflow:hidden;display:block; }
#DpGd0PdbJCg4HnqCax89wG92o0dMnJpR { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.15380859375rem;left:26.870361328125rem;overflow:hidden;display:block; }
#znT0DcNLprm7XJc3e1LQXEcETSRXD9go { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.15380859375rem;left:21.87255859375rem;overflow:hidden;display:block; }
#zu6JzVzGrvcLwoMho20JTm7yrqDHkPh8 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.15380859375rem;left:16.875rem;overflow:hidden;display:block; }
#wuqJHlIMqGskRpwJlXNFH4fuTQlG4yys { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:6.40625rem;left:53.765625rem;overflow:hidden;display:block; }
#fMrX20w0XiAM90fzdJLRhM0MEkdHNL3I { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.152587890625rem;left:46.858154296875rem;overflow:hidden;display:block; }
#BvQ4pfvTuuC4xdIX54sV7Z6l2EoDcPiM { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.152587890625rem;left:41.85791015625rem;overflow:hidden;display:block; }
#VyrUhuLGmmwRnQ4yhrKkTJpWOknXlxv7 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:10.152587890625rem;left:36.889404296875rem;overflow:hidden;display:block; }
#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 { position:relative;display:block; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 { background-color: transparent; background-image: none; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row .container > .video-iframe-container { display: none; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row > .video-iframe-container { display: none; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .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); }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 { border-width: 0; border-radius: 0; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CFQdFtMFeCFtTfiwV3TqNRFS1dz63qQn { color:rgba(var(--color-tertiary-4),1);display:block;width:35.5rem;position:absolute;font-family:montserrat;font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:2.4375rem;left:19.75rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ixTxmc1UHXbp6T5oNPiSJsSPFINrozmp { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:3.93676875rem;top:6.778564453125rem;left:54.140625rem;overflow:hidden;display:block; }
#WDZcvSrqRn4JX5bMoWG89SkTSicrvuHg { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68676875rem;width:10.874rem;top:6.292724609375rem;left:26.24755859375rem;overflow:hidden;display:block; }
#xHrhwOx8KS01rBQyKb64G2yJoQx8okTf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.68676875rem;width:9.3115rem;top:6.49658203125rem;left:41.873779296875rem;overflow:hidden;display:block; }
#hwCQxufVi1tN1VVDJ6fbu7oiX6H7DM2c { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.93725625rem;width:10.874rem;top:6.871337890625rem;left:12.40478515625rem;overflow:hidden;display:block; }
#Gzy15uJ2UwH4nDsNZr9s46HxW5XX1ETl { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:10.68725rem;top:11.37451171875rem;left:9.140625rem;overflow:hidden;display:block; }
#ZKM1AbKnQWcvibsLsrDbOLaZMUU1Pk5b { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.124025rem;width:10.874rem;top:11.561279296875rem;left:24.874267578125rem;overflow:hidden;display:block; }
#C3n4VIQef2DSzr0KSLXrMUsRh2pO796D { position:absolute;display:block;z-index:15027;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.9995125rem;width:6.5625rem;top:11.624755859375rem;left:39.686279296875rem;overflow:hidden;display:block; }
#ZEf12EoBKQxTId6vUhGCzDFGnWZRMIW9 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.37426875rem;width:10.5615rem;top:11.436767578125rem;left:50.82763671875rem;overflow:hidden;display:block; }
#PwUkP1T9c54Jx1UuCn3MqpVC67bG3N9g { background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 1.25rem 1.25rem rgba(var(--color-tertiary-4),0.1) ;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:3.25rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:15.5625rem;left:32.5rem;display:block; }
#WrdlUdUP4nCzU2sATQ165kxATSK4JTOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row .container { background-color: transparent; background-image: none; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row .container > .video-iframe-container { display: none; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row > .video-iframe-container { display: none; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .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); }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row .container { border-width: 0; border-radius: 0; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row .container { font-size:0.875rem;font-family:arial;height:28.875rem;width:75rem;position:relative;display:block; }#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .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:#f9f5ff;background-image:none;vertical-align:top; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .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; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-heading-text { display:block;position:relative;width:100%;font-family:var(--paragraphs-font-family);font-weight:700;font-size:1.875rem;text-align:center;text-align-last:center;height:auto; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .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:montserrat;height:auto; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .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_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-trigger.adaptive-delivery-prevent-bg, #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-trigger.lazyload, #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-trigger.lazyloading { background-image: none; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk { box-sizing:content-box;height:auto;width:74.999375rem;position:absolute;display:flex;flex-direction:column;gap:0;z-index:15032;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:2.9356064796448rem;left:0rem; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-element-container:first-of-type .accordion-desc-text { display: none; }#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #VPaHmPoTpDoTunQ2UnTdEl7oNCQwPFBn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #crFmrsBIdJnD9lEETovp2ZAT4GeFS09x { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #cp6NbhNB9mED2Uom5FkMwW6bbGw190c7 { display:block;position:relative; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #ZazHsCyvfVLWnGBySLs3GfT62nIBtAMw {  }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #NXoCCidaK4V3PwcT3AL2cEHpBoFbNaRx {  }
#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row .container { background-color: transparent; background-image: none; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row .container > .video-iframe-container { display: none; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row > .video-iframe-container { display: none; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .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); }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row .container { border-width: 0; border-radius: 0; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row .container { font-size:0.875rem;font-family:arial;height:22.9375rem;width:75rem;position:relative;display:block; }#lUJiZ1O2nizrz6eiLnO5bqUgsV9EOcsa { 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:3.5625rem;width:13.375rem;top:2.015380859375rem;left:0rem;overflow:hidden;display:block; }
#oe8ATrHvaQ5fdmLcNmZZ1dcQNl29qe7l { color:rgba(var(--color-tertiary-0),1);display:block;width:36.12425rem;position:absolute;font-family:montserrat;font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.686767578125rem;left:0rem;height:5.85069375rem;display:block; }
#l3SxHqA1LVJ1hBlhmzMCSFSPVaOIi50T { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.375rem;left:37.5rem;height:1.6247rem;display:block; }
#VsZfXKo3i8TeDhqIpzm6ZWEcNxhVZTq3 { color:rgba(var(--color-tertiary-0),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.375rem;left:50.375rem;height:1.6247rem;display:block; }
#vFI8uQeJV8hbf7SsgWcf3hQl7gPRxbz0 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.625rem;height:1.375rem;text-decoration:none;z-index:15005;text-align:left;text-align-last:left;top:6.3125rem;left:37.5rem;display:block; }
#Ry7TKhlZRTLHoVakk5ERrVZwTqZpUDTT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V29mKhTFml2dWV9acrs2gcgp6p5tmIpn { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.25rem;height:1.375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:6.3125rem;left:50.375rem;display:block; }
#DWFFsQt8qG30xxbDP23EkM93rix3qskt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bfB0SsbkVR1G6iI5hH5vSrtHeGK9pd7v { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:1.375rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:6.3125rem;left:63.5625rem;display:block; }
#DEwUxBncUJdicGLobMC1RGTP8eFXvhDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WIXrdI86kuerISRRAzBio4zR1TTeTi3J { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.875rem;height:1.375rem;text-decoration:none;z-index:15006;text-align:left;text-align-last:left;top:8.375rem;left:37.5rem;display:block; }
#hKNLz3D8DZmTNIEpqoDXBCKKOXBe19lJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mAJwUTbfkoWsopH0BnCnLUsiIoZa42eW { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.625rem;height:1.375rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:8.375rem;left:50.375rem;display:block; }
#Ti6iCaIKVKng0OqUkwr1geqIm0Muk54t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCM5QA4R3ZxzWLBgUuCTL1LHNa8wJbFC { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.125rem;height:1.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:8.375rem;left:63.5625rem;display:block; }
#AJ1mEDQmmmiF0KfAT0wTgT5VldqdEVBB { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bdm0ur3b7ud3CU2MCGQWnOerZgSqqZ6o { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.1875rem;height:1.375rem;text-decoration:none;z-index:15008;text-align:left;text-align-last:left;top:10.4375rem;left:50.375rem;display:block; }
#LBdEB7E7dMCiPEQbgrfEcG0KRdOmqilP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#hRT4579CS36RGabUflkwo6IgDHAuZXQd { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.9375rem;height:1.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:10.4375rem;left:63.5625rem;display:block; }
#KhBD2tAlfd37fFfNdm6tF5hLCS5VCnUG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uentQraxB9WHw6hP4gzgttJQ8CElCESl { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.25rem;height:1.375rem;text-decoration:none;z-index:15009;text-align:left;text-align-last:left;top:12.5rem;left:50.375rem;display:block; }
#v9LkG0G0FFaRXbmZgHm3ZSGsQ1hoSMWA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iO2lAgEBfGJanD4buLmWO2UXhGOXhosI { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:1.375rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:12.5rem;left:63.5625rem;display:block; }
#RsTfPXSu6nAIQAWdwMZN9FTtFs8rE7fh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aOurG5M62VTcSmuyKTnnLRU2Dn9UGkai { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.125rem;height:1.375rem;text-decoration:none;z-index:15010;text-align:left;text-align-last:left;top:14.5625rem;left:50.375rem;display:block; }
#snKemP4EQQZk2RCwdQc1e07aK2xiQpS8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#owRFnd8gncRSvbbPFWGsrDVJe0SGAT7J { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:1.375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:14.5625rem;left:63.5625rem;display:block; }
#oKUtsN8u6w0dVHGxVwLKlRvl08zua7Re { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qxSqPTAl8VEMVTNpyIGHFHHGPwuXZPHw { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.5625rem;height:1.375rem;text-decoration:none;z-index:15011;text-align:left;text-align-last:left;top:16.625rem;left:63.5625rem;display:block; }
#zcnH7GkbGT6Ow6bIKJn16BqazfpebBXu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ln0k3cFTOxG07AhZmuiH1aW6pAfqr4TP { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.0625rem;height:1.375rem;text-decoration:none;z-index:15012;text-align:left;text-align-last:left;top:18.6875rem;left:63.5625rem;display:block; }
#yyKqGIHIRaJIwbnorKkDbAHm1UL9dDyu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DCJyORTf43qedCMDTPRGJP0sS3TU9Wwo { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),0.1);background-image:none;top:22.875rem;left:0rem;display:block; }
#kKqCRy2SmmhH6GBX7lSgqc9ul6zGDZVO { color:rgba(var(--color-tertiary-0),1);display:block;width:4.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:4.375rem;left:63.5625rem;height:1.6247rem;display:block; }
#OhNyJILCELwMOdxvdrhW39TBwkJvIZ4V { background-color:rgba(var(--color-tertiary-4),0);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:montserrat;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.874rem;height:1.3745125rem;text-decoration:none;z-index:15007;text-align:left;text-align-last:left;top:10.780029296875rem;left:37.5rem;display:block; }
#KSRsQHbZeNCRqWrmwsuHSsvH5DaCoBTM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-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; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row .container { background-color: transparent; background-image: none; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row .container > .video-iframe-container { display: none; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row > .video-iframe-container { display: none; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .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); }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row .container { border-width: 0; border-radius: 0; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row .container { font-size:0.875rem;font-family:arial;height:6.875rem;width:75rem;position:relative;display:block; }#LHzgVC7BTllxr9eDgxkoOEqGr58okLlo { 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:3.5rem;width:8.125rem;top:1.6875rem;left:0rem;overflow:hidden;display:block; }
#H8Ut3XIixoTCwwQzrOK42cJ7lgJskmwK { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:1.6875rem;left:10.75rem;overflow:hidden;display:block; }
#ANec0GKzGcyy5MdJW8HOuq5XxlsJJGV7 { color:rgba(var(--color-tertiary-0),1);display:block;width:19.624rem;position:absolute;font-family:montserrat;font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:2.786865234375rem;left:27.686767578125rem;height:1.30030625rem;text-align:right;text-align-last:right;display:block; }
#sinXu26lMOeyveGV1l9bms0BVEVHB3N9 { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;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:15002;opacity:1;top:2.31201171875rem;left:57.49951171875rem; }
#sinXu26lMOeyveGV1l9bms0BVEVHB3N9 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#frRRcXJ7EXd8QO9bTx5L6TAqh9IGgrhI { box-sizing:content-box;color:#5d92ff;font-size:1.5625rem;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:15003;opacity:1;top:2.31201171875rem;left:61.875rem; }
#frRRcXJ7EXd8QO9bTx5L6TAqh9IGgrhI > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; }#QfeNeJS5HLew5TGOF4BDz2gboVHW6WDE { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.9375rem;width:1.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:2.34326171875rem;left:66.25rem; }
#QfeNeJS5HLew5TGOF4BDz2gboVHW6WDE > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; }#r3NkJK9rOWxuoxhoAUSMT3P5Q6RyTWld { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:2.15625rem;left:70.625rem; }
#r3NkJK9rOWxuoxhoAUSMT3P5Q6RyTWld > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#iXDQMQ4DxrZfiymieu1Q7qmUEg2mXhPN { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:2.5rem;top:2.280517578125rem;left:53.10009765625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #id9mocGPz7M2ytwAHimEhfBegLXDxBlA { display:block; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7DE10C6V2HJhJrfZaENgor4ZqPA6LTd { top:1.5625rem;left:0rem;width:47.75rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf3DyRTqyoarXAcHXnF9RODBDm2a7rb7 { top:2.75rem;left:0rem;width:13.75rem;height:2.56225625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx33XMrrKakGo1l1Q7TE4ip31aGiNJff { width:10rem;height:3.1875rem;top:2.375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tFl6TkWtaQkSTLTV6nNnpkbTUFww84Hk { display:block; }
 }@media only screen and (max-width: 763px) { #WPObVuO1u2ebACpB2emU6GFZieM9VShQ { top:7.375rem;left:33.9375rem;width:13.8125rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1OcpctoFd9Xml2UxhyRWw0Nl4rsZNwN { top:14.0625rem;left:0rem;width:38.5rem;height:5.625rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #o5DNfPeFfPlayVRcWkicVgAB69SkaAe7 { top:26.375rem;left:17.99609375rem;width:5.375rem;height:5.4993250755697rem;display:block; }
 }@media only screen and (max-width: 763px) { #gni0JsKVH6t8ynmJUfHOSqXgQVKl3bVw { top:21.1875rem;left:0rem;width:37.375rem;height:6rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh89ukVv6xGCr3hkTFSCkmvfMqV4hQoC { width:11.9375rem;height:3.25rem;top:27.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQMT2D5TSsVtybxDR0pv6VnmObp2bng { display:block; }
 }@media only screen and (max-width: 763px) { #sw8ZwE8EUPZy7IRC0OGlBRplOCssOH3N { top:6.5rem;left:20.625rem;width:27.125rem;height:31.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8UbelCUEFr5OZCbUFPHwI0uJcwbILX { top:42.375rem;left:25.4375rem;width:22.3125rem;height:4.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVsdQRWtpN7PWL6iEPpNMPKhOvdei0yk { top:37.875rem;left:0rem;width:41.125rem;height:36.132352394422rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRNJSBcLG5TZTOIcJaHCeV3oGVIXQXRB { top:37.6875rem;left:0rem;width:47.75rem;height:36.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD8HobG1mJqe3bIMT5riKvFoeXXoDXIt { top:49.4375rem;left:22.875rem;width:24.875rem;height:3rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVFRbeGg8N6181S4zkTymzLvF3hsAc3 { top:54.8125rem;left:28.9375rem;width:18.8125rem;height:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XxOKepyZWeXnh7nuz8TEsN6W8cF6xHF7 { top:54.6875rem;left:29.8125rem;width:1.5625rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem { display:block; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBc2GJMF5h0ltFntlGAQZquBc8NqShsx { top:22.3125rem;left:2.6557884216309rem;width:42.375rem;height:2.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLxxe4BnVgNigetpkmMvzUXZKaTGiVAd { top:25.4375rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxif7Sw6AhwPpSUSu6q43zTBnD2yr41 { top:31.75rem;left:0rem;width:11.9375rem;height:1.75rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XftuTX6XVTUDmfEqib48CoPzr6VQLui0 { top:34.375rem;left:0rem;width:18.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7pErtooGaNQMZp7cHpdEzopHJuqxSXT { top:34.375rem;left:14.811956405639rem;width:18.0625rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBfRPy82TKZ24223mwSmJzPLGB5TddpZ { top:31.75rem;left:17.874563217163rem;width:11.9375rem;height:2.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxCxrmEuqR63Bzx6Jefifdo7fbITmpR { top:25.4375rem;left:21.0625rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #akIC5S50mTk2bMS7f1tm580MtHiBT9cz { top:34.375rem;left:29.6875rem;width:18.0625rem;height:3rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAWLGqhWfcdoPPA7bPgr9cWO9m6kDoz { top:31.75rem;left:33.25rem;width:14.5rem;height:1.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTocMsld4ET9wNQGax5a8QOqhZb3lKlm { top:25.4375rem;left:42.125rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6JDqUkbCVginFJrxddnRnLPh8y4llPC { top:27.75rem;left:7.4375rem;width:32.875rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AbzimsATqsn4VVlJPr9gM3Nf7sN4l9OR { width:9.9375rem;height:3.1875rem;top:39.875rem;left:18.874554157257rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlNJdby4oleuHxeTPGSqLgigzDCvyx2k { display:block; }
 }@media only screen and (max-width: 763px) { #RMDTdOspupPNIFU4AVnmoT32JoBUpozo { top:3.6875rem;left:29.875rem;width:1.5625rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #rInH58Cw2yTB1ygZLErIzTrLLwi0Dkzl { top:1.1875rem;left:29.875rem;width:1.5625rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTomB4lWdOfGXEObTNLXElSByIEnaiUA { top:6.375rem;left:29.875rem;width:1.5625rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #nolrDmMhl6wvfFFKWawZi9t1yMEmJPAn { top:8.875rem;left:29.875rem;width:1.5625rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #EbgBtRFRSN20rE06sxXlfKSDH92DMbcb { top:11.5rem;left:29.875rem;width:1.5625rem;height:1.499025rem;display:block; }
 }@media only screen and (max-width: 763px) { #diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE { display:block; }#diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #umbdweE4JAolTc0BBtGKar8MVJ9ghVrN { top:4.6875rem;left:6.5rem;width:34.8125rem;height:3.125rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JNHfXns1TF0TdTWbfceUWE1BeW99SkIG { top:12.3125rem;left:0rem;width:23.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HXlSLT8UZVlyq4sT5UbTo0x1Ur4yGZrs { top:14.625rem;left:0rem;width:11.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCXNre0KQLw1T84r7PvwgmKBhoJnZkT { top:29.0625rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwk5SIXU7PWXsxyqVeIcnaq2klvpN4zT { top:17.25rem;left:0rem;width:20.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4VQ64KMon0ht6M6gTekX9HI3PXoIues { top:30.125rem;left:0rem;width:13.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dcJslANRI4LnNDtJfdOogTOaP4CHuO { top:12.3125rem;left:12rem;width:23.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrTquvsOhD7hBvrc8CcZks4trDEgFw0T { top:30.125rem;left:18.375rem;width:13.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0qgHVB8qn6las1kKK4TFZFTpVdHoewI { top:17.25rem;left:13.5625rem;width:20.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NobgSGPBeXgxKcfaIlI53kazC7ik7RDk { top:29.0625rem;left:13.5625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBH3NQkxyufCHzu2H70dXfQSqMeBvyIr { top:14.625rem;left:13.5625rem;width:11.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM73PGoUsEd1dOXhQzRy7bc2HINbKkUc { top:12.3125rem;left:24rem;width:23.75rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KK90T2Bg4LIXaw2AiAdOHoeuXJ2KSTy3 { top:30.125rem;left:34.25rem;width:13.5rem;height:1.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocDLTMWpa4bUNn8gSaOJDFmTTwpDzRl3 { top:17.25rem;left:27.125rem;width:20.625rem;height:10.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhgNJKT31QLmnUUa0koxTqTVh9TD9gf0 { top:29.0625rem;left:38.25rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tztqy70qSEnPzsZIyrq4W5InEJXcS3fq { top:14.625rem;left:36.6875rem;width:11.0625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqB5JAi3vNiBnce1fmuhmZ15IIERHSmg { top:7.875rem;left:0rem;width:8.625rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #urViDBsKseSXfgGrIeeNQxF8GxFHWWeG { top:32.5625rem;left:36.4375rem;width:11.3125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy { display:block; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qr63uyfGXa41B3QLkswvDcpRdqInDAEc { top:2.4375rem;left:12.451251983642rem;width:26.0625rem;height:1.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVrOXTw5H40PVHQttZyr1I32fAW7ADB { top:6.25rem;left:2.25rem;width:6.5625rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swxFqVlKinPPnTkskVEzfJAh5Cg4sx24 { top:14.875rem;left:6.1246204376221rem;width:35.4375rem;height:2.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspFLZzFbx9sqm3TtoCunk44JHJdIAS5 { top:10.0625rem;left:38.904296875rem;width:3.9375rem;height:2.5228359373535rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpaEn5yULDtaVM8svG4RBEtyIhEirfw2 { top:6.5625rem;left:9.573974609375rem;width:5.0625rem;height:2.0368189748537rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEtHswo1rpOPezuVQdH0nCwDwPHTCuHV { top:6.625rem;left:16.57861328125rem;width:4.75rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA0JSwJkoJWMN7d2sVlDROiodMpkMI45 { top:6.3125rem;left:22.234619140625rem;width:6.625rem;height:2.6001787516824rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtd686ME9JhtliQveq0w5wid61410s0x { top:6.3125rem;left:30.1240234375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETgRdfiy1562mhxeQxETuUVl9AgFv6u { top:6.375rem;left:35.108154296875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDgaffqqcdzcrSDqLTTkwXzJ5RsT0k2A { top:10.125rem;left:18.250244140625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpGd0PdbJCg4HnqCax89wG92o0dMnJpR { top:10.125rem;left:13.245361328125rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0DcNLprm7XJc3e1LQXEcETSRXD9go { top:10.125rem;left:8.24755859375rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu6JzVzGrvcLwoMho20JTm7yrqDHkPh8 { top:10.125rem;left:3.25rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuqJHlIMqGskRpwJlXNFH4fuTQlG4yys { top:6.375rem;left:40.140625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMrX20w0XiAM90fzdJLRhM0MEkdHNL3I { top:10.125rem;left:33.233154296875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQ4pfvTuuC4xdIX54sV7Z6l2EoDcPiM { top:10.125rem;left:28.23291015625rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyrUhuLGmmwRnQ4yhrKkTJpWOknXlxv7 { top:10.125rem;left:23.264404296875rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 { display:block; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFQdFtMFeCFtTfiwV3TqNRFS1dz63qQn { top:2.375rem;left:6.1246204376221rem;width:35.4375rem;height:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTxmc1UHXbp6T5oNPiSJsSPFINrozmp { top:6.75rem;left:40.515625rem;width:3.875rem;height:2.0906985900556rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDZcvSrqRn4JX5bMoWG89SkTSicrvuHg { top:6.25rem;left:12.62255859375rem;width:10.8125rem;height:2.6715732121919rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHrhwOx8KS01rBQyKb64G2yJoQx8okTf { top:6.4375rem;left:28.248779296875rem;width:9.25rem;height:2.6690233515008rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwCQxufVi1tN1VVDJ6fbu7oiX6H7DM2c { top:6.8125rem;left:0rem;width:10.8125rem;height:1.9262997243999rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzy15uJ2UwH4nDsNZr9s46HxW5XX1ETl { top:11.3125rem;left:0rem;width:10.625rem;height:2.4854382558656rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKM1AbKnQWcvibsLsrDbOLaZMUU1Pk5b { top:11.5rem;left:11.249267578125rem;width:10.8125rem;height:2.1120121677856rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3n4VIQef2DSzr0KSLXrMUsRh2pO796D { top:11.5625rem;left:26.061279296875rem;width:6.5625rem;height:1.9995125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEf12EoBKQxTId6vUhGCzDFGnWZRMIW9 { top:11.375rem;left:37.20263671875rem;width:10.5rem;height:2.3604432964067rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwUkP1T9c54Jx1UuCn3MqpVC67bG3N9g { width:10rem;height:3.25rem;top:15.5625rem;left:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdlUdUP4nCzU2sATQ165kxATSK4JTOU { display:block; }
 }@media only screen and (max-width: 763px) { #e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht { display:block; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk { display:flex;height:auto;width:27.8125rem;top:73.6875rem;left:9.71875rem; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #VPaHmPoTpDoTunQ2UnTdEl7oNCQwPFBn {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #crFmrsBIdJnD9lEETovp2ZAT4GeFS09x {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #cp6NbhNB9mED2Uom5FkMwW6bbGw190c7 {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #ZazHsCyvfVLWnGBySLs3GfT62nIBtAMw {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #NXoCCidaK4V3PwcT3AL2cEHpBoFbNaRx {  }
 }@media only screen and (max-width: 763px) { #ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F { display:block; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUJiZ1O2nizrz6eiLnO5bqUgsV9EOcsa { top:2rem;left:0rem;width:13.375rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe8ATrHvaQ5fdmLcNmZZ1dcQNl29qe7l { top:7.625rem;left:0rem;width:36.0625rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3SxHqA1LVJ1hBlhmzMCSFSPVaOIi50T { top:4.375rem;left:23.875rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsZfXKo3i8TeDhqIpzm6ZWEcNxhVZTq3 { top:4.375rem;left:29.9375rem;width:11.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFI8uQeJV8hbf7SsgWcf3hQl7gPRxbz0 { width:2.625rem;height:1.375rem;top:6.3125rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7TKhlZRTLHoVakk5ERrVZwTqZpUDTT { display:block; }
 }@media only screen and (max-width: 763px) { #V29mKhTFml2dWV9acrs2gcgp6p5tmIpn { width:9.25rem;height:1.375rem;top:6.3125rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWFFsQt8qG30xxbDP23EkM93rix3qskt { display:block; }
 }@media only screen and (max-width: 763px) { #bfB0SsbkVR1G6iI5hH5vSrtHeGK9pd7v { width:9.4375rem;height:1.375rem;top:6.3125rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DEwUxBncUJdicGLobMC1RGTP8eFXvhDl { display:block; }
 }@media only screen and (max-width: 763px) { #WIXrdI86kuerISRRAzBio4zR1TTeTi3J { width:10.875rem;height:1.375rem;top:8.375rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hKNLz3D8DZmTNIEpqoDXBCKKOXBe19lJ { display:block; }
 }@media only screen and (max-width: 763px) { #mAJwUTbfkoWsopH0BnCnLUsiIoZa42eW { width:8.625rem;height:1.375rem;top:8.375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6iCaIKVKng0OqUkwr1geqIm0Muk54t { display:block; }
 }@media only screen and (max-width: 763px) { #sCM5QA4R3ZxzWLBgUuCTL1LHNa8wJbFC { width:12.125rem;height:1.375rem;top:8.375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJ1mEDQmmmiF0KfAT0wTgT5VldqdEVBB { display:block; }
 }@media only screen and (max-width: 763px) { #bdm0ur3b7ud3CU2MCGQWnOerZgSqqZ6o { width:8.1875rem;height:1.375rem;top:10.4375rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBdEB7E7dMCiPEQbgrfEcG0KRdOmqilP { display:block; }
 }@media only screen and (max-width: 763px) { #hRT4579CS36RGabUflkwo6IgDHAuZXQd { width:6.9375rem;height:1.375rem;top:10.4375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhBD2tAlfd37fFfNdm6tF5hLCS5VCnUG { display:block; }
 }@media only screen and (max-width: 763px) { #uentQraxB9WHw6hP4gzgttJQ8CElCESl { width:10.25rem;height:1.375rem;top:12.5rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9LkG0G0FFaRXbmZgHm3ZSGsQ1hoSMWA { display:block; }
 }@media only screen and (max-width: 763px) { #iO2lAgEBfGJanD4buLmWO2UXhGOXhosI { width:11.25rem;height:1.375rem;top:12.5rem;left:36.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RsTfPXSu6nAIQAWdwMZN9FTtFs8rE7fh { display:block; }
 }@media only screen and (max-width: 763px) { #aOurG5M62VTcSmuyKTnnLRU2Dn9UGkai { width:9.125rem;height:1.375rem;top:14.5625rem;left:29.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #snKemP4EQQZk2RCwdQc1e07aK2xiQpS8 { display:block; }
 }@media only screen and (max-width: 763px) { #owRFnd8gncRSvbbPFWGsrDVJe0SGAT7J { width:6.1875rem;height:1.375rem;top:14.5625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKUtsN8u6w0dVHGxVwLKlRvl08zua7Re { display:block; }
 }@media only screen and (max-width: 763px) { #qxSqPTAl8VEMVTNpyIGHFHHGPwuXZPHw { width:5.5625rem;height:1.375rem;top:16.625rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zcnH7GkbGT6Ow6bIKJn16BqazfpebBXu { display:block; }
 }@media only screen and (max-width: 763px) { #Ln0k3cFTOxG07AhZmuiH1aW6pAfqr4TP { width:3.0625rem;height:1.375rem;top:18.6875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyKqGIHIRaJIwbnorKkDbAHm1UL9dDyu { display:block; }
 }@media only screen and (max-width: 763px) { #DCJyORTf43qedCMDTPRGJP0sS3TU9Wwo { top:22.875rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqCRy2SmmhH6GBX7lSgqc9ul6zGDZVO { top:4.375rem;left:43.125rem;width:4.3125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhNyJILCELwMOdxvdrhW39TBwkJvIZ4V { width:10.8125rem;height:1.3125rem;top:10.75rem;left:23.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSRsQHbZeNCRqWrmwsuHSsvH5DaCoBTM { display:block; }
 }@media only screen and (max-width: 763px) { #F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp { display:block; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHzgVC7BTllxr9eDgxkoOEqGr58okLlo { top:1.6875rem;left:0rem;width:8.125rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Ut3XIixoTCwwQzrOK42cJ7lgJskmwK { top:1.6875rem;left:6.1875rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANec0GKzGcyy5MdJW8HOuq5XxlsJJGV7 { top:2.75rem;left:12.1875rem;width:19.5625rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sinXu26lMOeyveGV1l9bms0BVEVHB3N9 { top:2.25rem;left:34.68701171875rem;width:2.25rem;height:2.25rem;display:block; }
#sinXu26lMOeyveGV1l9bms0BVEVHB3N9 > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #frRRcXJ7EXd8QO9bTx5L6TAqh9IGgrhI { top:2.25rem;left:39.0625rem;width:2.25rem;height:2.25rem;display:block; }
#frRRcXJ7EXd8QO9bTx5L6TAqh9IGgrhI > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #QfeNeJS5HLew5TGOF4BDz2gboVHW6WDE { top:2.3125rem;left:43.4375rem;width:1.9375rem;height:1.9375rem;display:block; }
#QfeNeJS5HLew5TGOF4BDz2gboVHW6WDE > img { max-width: 100%;max-height:100%; width:1.9375rem; height:1.9375rem; } }@media only screen and (max-width: 763px) { #r3NkJK9rOWxuoxhoAUSMT3P5Q6RyTWld { top:2.125rem;left:45.4375rem;width:2.1875rem;height:2.1875rem;display:block; }
#r3NkJK9rOWxuoxhoAUSMT3P5Q6RyTWld > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iXDQMQ4DxrZfiymieu1Q7qmUEg2mXhPN { top:2.25rem;left:31.75rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #id9mocGPz7M2ytwAHimEhfBegLXDxBlA { display:block; }#id9mocGPz7M2ytwAHimEhfBegLXDxBlA > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #G7DE10C6V2HJhJrfZaENgor4ZqPA6LTd { width:20rem;height:3.125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sf3DyRTqyoarXAcHXnF9RODBDm2a7rb7 { width:6.5rem;height:1.25rem;top:1.875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vx33XMrrKakGo1l1Q7TE4ip31aGiNJff { width:10rem;height:3.25rem;top:2.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #tFl6TkWtaQkSTLTV6nNnpkbTUFww84Hk { display:block; }
 }@media only screen and (max-width: 763px) { #WPObVuO1u2ebACpB2emU6GFZieM9VShQ { width:6.749125rem;height:6.749125rem;top:4.3739147186279rem;left:6.6232633888719rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T1OcpctoFd9Xml2UxhyRWw0Nl4rsZNwN { width:19.9989375rem;height:6.39325rem;top:12.432724952697rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o5DNfPeFfPlayVRcWkicVgAB69SkaAe7 { width:3.93584375rem;height:3.9979875rem;top:4.3745560646057rem;left:16.063713133335rem;display:block; }
 }@media only screen and (max-width: 763px) { #gni0JsKVH6t8ynmJUfHOSqXgQVKl3bVw { width:19.9989375rem;height:10.5045625rem;top:20.018444061279rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Rh89ukVv6xGCr3hkTFSCkmvfMqV4hQoC { width:11.6875rem;height:2.625rem;top:31.749130249024rem;left:3.9683156311512rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfQMT2D5TSsVtybxDR0pv6VnmObp2bng { display:block; }
 }@media only screen and (max-width: 763px) { #sw8ZwE8EUPZy7IRC0OGlBRplOCssOH3N { width:18.5611875rem;height:21.311875rem;top:32.684459209442rem;left:0.71831598877906rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8UbelCUEFr5OZCbUFPHwI0uJcwbILX { width:15.3125rem;height:0;top:53.875732421875rem;left:1.9677734375rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #JVsdQRWtpN7PWL6iEPpNMPKhOvdei0yk { width:20rem;height:17.5713125rem;top:56.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRNJSBcLG5TZTOIcJaHCeV3oGVIXQXRB { width:20rem;height:37.1875rem;top:40.3955078125rem;left:0rem;border-top-left-radius:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #eD8HobG1mJqe3bIMT5riKvFoeXXoDXIt { width:17.4375rem;height:3.37239375rem;top:-3.75rem;left:1.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEVFRbeGg8N6181S4zkTymzLvF3hsAc3 { width:14.25rem;height:0;top:43.4765625rem;left:5.75rem;font-size:0.875rem;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #XxOKepyZWeXnh7nuz8TEsN6W8cF6xHF7 { width:1.25rem;height:1.1875rem;top:1.8125rem;left:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem { display:block; }#TeAIx4hgitP5Fx4LUA3TIelTwqzN9nem > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KBc2GJMF5h0ltFntlGAQZquBc8NqShsx { width:20rem;height:6.5983125rem;top:2.8115234375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLxxe4BnVgNigetpkmMvzUXZKaTGiVAd { width:5.625rem;height:5.625rem;top:9.4375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iPxif7Sw6AhwPpSUSu6q43zTBnD2yr41 { width:16.375rem;height:1.64969375rem;top:15rem;left:1.8125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XftuTX6XVTUDmfEqib48CoPzr6VQLui0 { width:18.125rem;height:3.0013rem;top:17.25rem;left:0.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7pErtooGaNQMZp7cHpdEzopHJuqxSXT { width:18.125rem;height:6.00260625rem;top:29.564884543419rem;left:0.93641486763956rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LBfRPy82TKZ24223mwSmJzPLGB5TddpZ { width:15.25rem;height:3.2986125rem;top:25.75rem;left:2.375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rlxCxrmEuqR63Bzx6Jefifdo7fbITmpR { width:5.625rem;height:5.625rem;top:20.12939453125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #akIC5S50mTk2bMS7f1tm580MtHiBT9cz { width:18.125rem;height:3.0013rem;top:42.812496542931rem;left:0.93641486763956rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaAWLGqhWfcdoPPA7bPgr9cWO9m6kDoz { width:14.561625rem;height:1.64930625rem;top:40.311413168907rem;left:2.7170136272908rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTocMsld4ET9wNQGax5a8QOqhZb3lKlm { width:5.625rem;height:5.625rem;top:35.499130606651rem;left:7.18641474843rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6JDqUkbCVginFJrxddnRnLPh8y4llPC { width:20rem;height:0.60836501901141rem;top:13.7734375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #AbzimsATqsn4VVlJPr9gM3Nf7sN4l9OR { width:10rem;height:3.18685rem;top:47.369792938233rem;left:4.9989147484303rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlNJdby4oleuHxeTPGSqLgigzDCvyx2k { display:block; }
 }@media only screen and (max-width: 763px) { #RMDTdOspupPNIFU4AVnmoT32JoBUpozo { width:1.5625rem;height:1.499025rem;top:56.369140625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rInH58Cw2yTB1ygZLErIzTrLLwi0Dkzl { width:1.5625rem;height:1.499025rem;top:53.8076171875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTomB4lWdOfGXEObTNLXElSByIEnaiUA { width:1.5625rem;height:1.499025rem;top:59.3056640625rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nolrDmMhl6wvfFFKWawZi9t1yMEmJPAn { width:1.5625rem;height:1.499025rem;top:62.1171875rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #EbgBtRFRSN20rE06sxXlfKSDH92DMbcb { width:1.5625rem;height:1.499025rem;top:64.6787109375rem;left:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE { display:none; }#diQJ6p3HHlcU1mLPm7JDJ3orhiynKqtE > .row .container { width:20rem;height:57.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #umbdweE4JAolTc0BBtGKar8MVJ9ghVrN { width:16.3125rem;height:0;top:2.25rem;left:1.84375rem;font-size:2.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #JNHfXns1TF0TdTWbfceUWE1BeW99SkIG { width:20rem;height:21.875rem;top:9.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #HXlSLT8UZVlyq4sT5UbTo0x1Ur4yGZrs { width:8.625rem;height:1.1875rem;top:11.0625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AVCXNre0KQLw1T84r7PvwgmKBhoJnZkT { width:3.5rem;height:3.5rem;top:25.625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bwk5SIXU7PWXsxyqVeIcnaq2klvpN4zT { width:17.625rem;height:0;top:13.125rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #n4VQ64KMon0ht6M6gTekX9HI3PXoIues { width:13.5rem;height:1.23779375rem;top:26.6875rem;left:5.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8dcJslANRI4LnNDtJfdOogTOaP4CHuO { width:20rem;height:21.875rem;top:32.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrTquvsOhD7hBvrc8CcZks4trDEgFw0T { width:13.5rem;height:1.23779375rem;top:50.3125rem;left:5.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0qgHVB8qn6las1kKK4TFZFTpVdHoewI { width:17.625rem;height:12rem;top:36.4375rem;left:1.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NobgSGPBeXgxKcfaIlI53kazC7ik7RDk { width:3.5rem;height:3.5rem;top:49.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBH3NQkxyufCHzu2H70dXfQSqMeBvyIr { width:8.625rem;height:1.25rem;top:34.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oM73PGoUsEd1dOXhQzRy7bc2HINbKkUc { width:20rem;height:21.875rem;top:55.8125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #KK90T2Bg4LIXaw2AiAdOHoeuXJ2KSTy3 { width:13.5rem;height:1.23779375rem;top:73.625rem;left:6.375rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ocDLTMWpa4bUNn8gSaOJDFmTTwpDzRl3 { width:17.625rem;height:11.9921875rem;top:59.375rem;left:1.1875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #KhgNJKT31QLmnUUa0koxTqTVh9TD9gf0 { width:3.5rem;height:3.5rem;top:72.5625rem;left:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tztqy70qSEnPzsZIyrq4W5InEJXcS3fq { width:8.625rem;height:1.25rem;top:57.375rem;left:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BqB5JAi3vNiBnce1fmuhmZ15IIERHSmg { width:4.25rem;height:2.875rem;top:7.19921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #urViDBsKseSXfgGrIeeNQxF8GxFHWWeG { width:4.1870125rem;height:2.87475625rem;top:53.748779296875rem;left:15.81298828125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy { display:block; }#xd7O0eqWzDwFmfPXf4WQcv6J4VMHThOy > .row .container { width:20rem;height:25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qr63uyfGXa41B3QLkswvDcpRdqInDAEc { width:20rem;height:1.3053375rem;top:1.875rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #twVrOXTw5H40PVHQttZyr1I32fAW7ADB { width:4.1875rem;height:1.8125rem;top:4.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swxFqVlKinPPnTkskVEzfJAh5Cg4sx24 { width:20rem;height:3.37239375rem;top:19.996337890625rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspFLZzFbx9sqm3TtoCunk44JHJdIAS5 { width:3.93676875rem;height:2.521975rem;top:15.181884765625rem;left:13.935546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpaEn5yULDtaVM8svG4RBEtyIhEirfw2 { width:5.06225625rem;height:2.03613125rem;top:4.197998046875rem;left:4.18701171875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEtHswo1rpOPezuVQdH0nCwDwPHTCuHV { width:4.74975625rem;height:1.9995125rem;top:4.217529296875rem;left:10.311279296875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RA0JSwJkoJWMN7d2sVlDROiodMpkMI45 { width:6.62475rem;height:2.6001rem;top:7.967529296875rem;left:0.68603515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wtd686ME9JhtliQveq0w5wid61410s0x { width:2.5rem;height:2.5rem;top:8.017578125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HETgRdfiy1562mhxeQxETuUVl9AgFv6u { width:2.5rem;height:2.5rem;top:8.017578125rem;left:12.38916015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MDgaffqqcdzcrSDqLTTkwXzJ5RsT0k2A { width:2.5rem;height:2.5rem;top:8.017578125rem;left:16.312255859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DpGd0PdbJCg4HnqCax89wG92o0dMnJpR { width:2.5rem;height:2.5rem;top:11.708984375rem;left:11.435546875rem;display:block; }
 }@media only screen and (max-width: 763px) { #znT0DcNLprm7XJc3e1LQXEcETSRXD9go { width:2.5rem;height:2.5rem;top:11.708984375rem;left:6.827392578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zu6JzVzGrvcLwoMho20JTm7yrqDHkPh8 { width:2.5rem;height:2.5rem;top:11.708984375rem;left:1.76513671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wuqJHlIMqGskRpwJlXNFH4fuTQlG4yys { width:2.5rem;height:2.5rem;top:3.8115234375rem;left:16.374755859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMrX20w0XiAM90fzdJLRhM0MEkdHNL3I { width:2.5rem;height:2.5rem;top:15.19287109375rem;left:3.26416015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BvQ4pfvTuuC4xdIX54sV7Z6l2EoDcPiM { width:2.5rem;height:2.5rem;top:15.19287109375rem;left:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VyrUhuLGmmwRnQ4yhrKkTJpWOknXlxv7 { width:2.5rem;height:2.5rem;top:11.708984375rem;left:15.85693359375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 { display:block; }#EKIMwGkyaED1vTN1yBk50gyDtxlGqIt0 > .row .container { width:20rem;height:15.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CFQdFtMFeCFtTfiwV3TqNRFS1dz63qQn { width:20rem;height:1.50065rem;top:1.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixTxmc1UHXbp6T5oNPiSJsSPFINrozmp { width:3.1875rem;height:1.625rem;top:3.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDZcvSrqRn4JX5bMoWG89SkTSicrvuHg { width:8rem;height:1.875rem;top:3.75rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xHrhwOx8KS01rBQyKb64G2yJoQx8okTf { width:6.25rem;height:1.6875rem;top:3.6875rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwCQxufVi1tN1VVDJ6fbu7oiX6H7DM2c { width:6.875rem;height:1.0625rem;top:7.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzy15uJ2UwH4nDsNZr9s46HxW5XX1ETl { width:5rem;height:1.125rem;top:7.0625rem;left:15rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZKM1AbKnQWcvibsLsrDbOLaZMUU1Pk5b { width:5rem;height:0.9375rem;top:9.6845703125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C3n4VIQef2DSzr0KSLXrMUsRh2pO796D { width:5.874025rem;height:1.375rem;top:7.2802734375rem;left:7.8271484375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEf12EoBKQxTId6vUhGCzDFGnWZRMIW9 { width:4.0625rem;height:1.25rem;top:9.5283203125rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwUkP1T9c54Jx1UuCn3MqpVC67bG3N9g { width:7.9375rem;height:2.5rem;top:11.9375rem;left:6.03125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrdlUdUP4nCzU2sATQ165kxATSK4JTOU { display:block; }
 }@media only screen and (max-width: 763px) { #e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht { display:block; }#e9Ty3KpGfu9ZmBdZMqEGSFRmTW6G6sht > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-heading-text { font-size:1.125rem;height:auto; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk { display:flex;height:auto;width:19.998625rem;top:2.562255859375rem;left:0rem; }
#LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk .accordion-element-container:first-of-type .accordion-desc-text { display: none; } }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #VPaHmPoTpDoTunQ2UnTdEl7oNCQwPFBn {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #crFmrsBIdJnD9lEETovp2ZAT4GeFS09x {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #cp6NbhNB9mED2Uom5FkMwW6bbGw190c7 {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #ZazHsCyvfVLWnGBySLs3GfT62nIBtAMw {  }
 }@media only screen and (max-width: 763px) { #LOKJ8rVxA9q2fTnpDZtN0IV8AnVawDMk #NXoCCidaK4V3PwcT3AL2cEHpBoFbNaRx {  }
 }@media only screen and (max-width: 763px) { #ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F { display:block; }#ZQTmKKUlNAghDvLaGPfR0zBePPOQHW0F > .row .container { width:20rem;height:57.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lUJiZ1O2nizrz6eiLnO5bqUgsV9EOcsa { width:12.06175rem;height:3.31176875rem;top:1.312255859375rem;left:3.96728515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oe8ATrHvaQ5fdmLcNmZZ1dcQNl29qe7l { width:20rem;height:9.099375rem;top:5.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l3SxHqA1LVJ1hBlhmzMCSFSPVaOIi50T { width:8.25rem;height:1.6247rem;top:17.535125rem;left:5.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VsZfXKo3i8TeDhqIpzm6ZWEcNxhVZTq3 { width:9.125rem;height:1.6247rem;top:24.75rem;left:5.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFI8uQeJV8hbf7SsgWcf3hQl7gPRxbz0 { width:7.625rem;height:2.1875rem;top:19.1591796875rem;left:6.1875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ry7TKhlZRTLHoVakk5ERrVZwTqZpUDTT { display:block; }
 }@media only screen and (max-width: 763px) { #V29mKhTFml2dWV9acrs2gcgp6p5tmIpn { width:9.125rem;height:2.1875rem;top:26.3125rem;left:5.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DWFFsQt8qG30xxbDP23EkM93rix3qskt { display:block; }
 }@media only screen and (max-width: 763px) { #bfB0SsbkVR1G6iI5hH5vSrtHeGK9pd7v { width:9.875rem;height:2.1875rem;top:40.0625rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DEwUxBncUJdicGLobMC1RGTP8eFXvhDl { display:block; }
 }@media only screen and (max-width: 763px) { #WIXrdI86kuerISRRAzBio4zR1TTeTi3J { width:10rem;height:2.1875rem;top:20.703125rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hKNLz3D8DZmTNIEpqoDXBCKKOXBe19lJ { display:block; }
 }@media only screen and (max-width: 763px) { #mAJwUTbfkoWsopH0BnCnLUsiIoZa42eW { width:9.125rem;height:2.1875rem;top:28.5rem;left:5.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ti6iCaIKVKng0OqUkwr1geqIm0Muk54t { display:block; }
 }@media only screen and (max-width: 763px) { #sCM5QA4R3ZxzWLBgUuCTL1LHNa8wJbFC { width:9.875rem;height:2.1875rem;top:42.25rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AJ1mEDQmmmiF0KfAT0wTgT5VldqdEVBB { display:block; }
 }@media only screen and (max-width: 763px) { #bdm0ur3b7ud3CU2MCGQWnOerZgSqqZ6o { width:9.5625rem;height:2.1875rem;top:30.6875rem;left:5.21875rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LBdEB7E7dMCiPEQbgrfEcG0KRdOmqilP { display:block; }
 }@media only screen and (max-width: 763px) { #hRT4579CS36RGabUflkwo6IgDHAuZXQd { width:9.875rem;height:2.1875rem;top:44.4375rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KhBD2tAlfd37fFfNdm6tF5hLCS5VCnUG { display:block; }
 }@media only screen and (max-width: 763px) { #uentQraxB9WHw6hP4gzgttJQ8CElCESl { width:10rem;height:2.0625rem;top:32.875rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9LkG0G0FFaRXbmZgHm3ZSGsQ1hoSMWA { display:block; }
 }@media only screen and (max-width: 763px) { #iO2lAgEBfGJanD4buLmWO2UXhGOXhosI { width:9.875rem;height:2.0625rem;top:46.625rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RsTfPXSu6nAIQAWdwMZN9FTtFs8rE7fh { display:block; }
 }@media only screen and (max-width: 763px) { #aOurG5M62VTcSmuyKTnnLRU2Dn9UGkai { width:10rem;height:2.1875rem;top:34.9375rem;left:5rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #snKemP4EQQZk2RCwdQc1e07aK2xiQpS8 { display:block; }
 }@media only screen and (max-width: 763px) { #owRFnd8gncRSvbbPFWGsrDVJe0SGAT7J { width:9.875rem;height:2.0625rem;top:48.6875rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oKUtsN8u6w0dVHGxVwLKlRvl08zua7Re { display:block; }
 }@media only screen and (max-width: 763px) { #qxSqPTAl8VEMVTNpyIGHFHHGPwuXZPHw { width:9.875rem;height:2.0625rem;top:50.75rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zcnH7GkbGT6Ow6bIKJn16BqazfpebBXu { display:block; }
 }@media only screen and (max-width: 763px) { #Ln0k3cFTOxG07AhZmuiH1aW6pAfqr4TP { width:9.875rem;height:2.1875rem;top:52.8125rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yyKqGIHIRaJIwbnorKkDbAHm1UL9dDyu { display:block; }
 }@media only screen and (max-width: 763px) { #DCJyORTf43qedCMDTPRGJP0sS3TU9Wwo { width:20rem;height:0.0625rem;top:16.222625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKqCRy2SmmhH6GBX7lSgqc9ul6zGDZVO { width:4.3125rem;height:1.6247rem;top:38.4375rem;left:7.84375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OhNyJILCELwMOdxvdrhW39TBwkJvIZ4V { width:10.81175rem;height:1.31225625rem;top:22.890625rem;left:4.593505859375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KSRsQHbZeNCRqWrmwsuHSsvH5DaCoBTM { display:block; }
 }@media only screen and (max-width: 763px) { #F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp { display:block; }#F6oP4hc10FOoCLaaw8wXDki3Fg4d3TCp > .row .container { width:20rem;height:21.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LHzgVC7BTllxr9eDgxkoOEqGr58okLlo { width:8.125rem;height:3.5rem;top:2.5rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #H8Ut3XIixoTCwwQzrOK42cJ7lgJskmwK { width:3.5rem;height:3.5rem;top:2.5rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANec0GKzGcyy5MdJW8HOuq5XxlsJJGV7 { width:19.625rem;height:1.137rem;top:15.537109375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sinXu26lMOeyveGV1l9bms0BVEVHB3N9 { display:flex;width:2.24975625rem;height:2.24975625rem;top:9.96826171875rem;left:1.56201171875rem; }
#sinXu26lMOeyveGV1l9bms0BVEVHB3N9 > img { max-width: 100%;max-height:100%; width:2.24975625rem; height:2.24975625rem; } }@media only screen and (max-width: 763px) { #frRRcXJ7EXd8QO9bTx5L6TAqh9IGgrhI { display:flex;width:2.24975625rem;height:2.24975625rem;top:9.96826171875rem;left:4.9365234375rem; }
#frRRcXJ7EXd8QO9bTx5L6TAqh9IGgrhI > img { max-width: 100%;max-height:100%; width:2.24975625rem; height:2.24975625rem; } }@media only screen and (max-width: 763px) { #QfeNeJS5HLew5TGOF4BDz2gboVHW6WDE { display:flex;width:1.93725625rem;height:1.93725625rem;top:10.12451171875rem;left:9.03076171875rem; }
#QfeNeJS5HLew5TGOF4BDz2gboVHW6WDE > img { max-width: 100%;max-height:100%; width:1.93725625rem; height:1.93725625rem; } }@media only screen and (max-width: 763px) { #r3NkJK9rOWxuoxhoAUSMT3P5Q6RyTWld { display:flex;width:2.1875rem;height:2.1875rem;top:10rem;left:12.39013671875rem; }
#r3NkJK9rOWxuoxhoAUSMT3P5Q6RyTWld > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #iXDQMQ4DxrZfiymieu1Q7qmUEg2mXhPN { width:2.5rem;height:2.5rem;top:9.84375rem;left:16.25rem;display:block; }
 }