.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:247,232,223;--color-primary-1:229,178,148;--color-primary-2:203,101,40;--color-primary-3:102,51,20;--color-primary-4:30,15,6;--color-secondary-0:217,217,217;--color-secondary-1:128,128,128;--color-secondary-2:0,0,0;--color-secondary-3:0,0,0;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:251,249,248;--color-tertiary-2:241,236,230;--color-tertiary-3:121,118,115;--color-tertiary-4:24,24,23;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:199999;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:fixed;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;top:0rem;left:0rem;right:0rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:2.5rem;width:75rem;overflow:visible;position:relative;display:block; }#kTa2UphDhN5AB1Dp7AGI1LOw8rku4dfd { color:rgba(var(--color-tertiary-0),1);display:block;width:68.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:0.6875rem;left:4.0625rem;height:1.13671875rem;text-align:center;text-align-last:center;display:block; }
#yM8AWm4scxoXKZIS0ovQ8gQSxM1LIILs { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:0.625rem;left:6.75rem; }
#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row .container { background-color: transparent; background-image: none; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row .container > .video-iframe-container { display: none; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row > .video-iframe-container { display: none; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .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); }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row .container { border-width: 0; border-radius: 0; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row .container { font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;position:relative;display:block; }#uSAfDyCBeNvBfJPr1zAzG2L8sO7h5LeS { box-sizing:content-box;height:5.25rem;width:69.125rem;position:absolute;display:block;z-index:14996;background-color:rgba(248,246,243,0.5);background-image:none;top:3.375rem;left:3.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#IK8AmPuu8G4RQdQ5bF2QoxKAfmzKHh7h { color:rgba(var(--color-primary-2),1);display:block;width:53.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:3.75rem;left:10.8125rem;height:4.50086875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { position:relative;display:block; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { background-color: transparent; background-image: none; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container > .video-iframe-container { display: none; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row > .video-iframe-container { display: none; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .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); }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { border-width: 0; border-radius: 0; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .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; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .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:38.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#XUD3zLGAfdGL8Dz4qGLoVQEeQtmIV6eM { color:rgba(var(--color-secondary-2),1);display:block;width:38.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:27.875rem;left:35.1875rem;height:1.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HILmI0QCCHIpg5dmHOkDwVQ00JhZLRzU { color:rgba(var(--color-primary-4),1);display:block;width:39.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.0625rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.5625rem;left:33.9375rem;height:4.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UsWFZg8Zny7FKCigxE5nh8sEH3IAZ6sI { color:rgba(var(--color-tertiary-0),1);display:block;width:5.8747625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.3125rem;font-weight:400;z-index:15019;line-height:.9;letter-spacing:0;text-align:center;text-align-last:center;top:25.0625rem;left:25.1875rem;height:2.08105625rem;display:block; }
#Cg9ADNgUqVaWiCRCWvzO4XXq0VmTIQkH { color:rgba(var(--color-primary-0),1);display:block;width:4.43555rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15023;line-height:1.5;letter-spacing:0;top:22.375rem;left:24.25rem;height:2.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mw3S9GgnFgrnUNaNmfzBuNalL62oQQym { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:31.4375rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:26.5rem;left:33.625rem;display:block; }
#cwpdroGigmw6901KAOHqKGDmT2rWaua1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CCOC8gT6wJkJsCppgAz9cz07eRFEb6FT { color:rgba(var(--color-secondary-4),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:31.1875rem;left:54.9375rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#rz6zeh52g0gMmmHbE3rF6DthmAsI0CAG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:31.3125rem;left:53.6875rem; }
#PUvb7U4xvgigMEC38XvBM1adAT5ZXaRD { color:rgba(var(--color-secondary-4),1);display:block;width:21.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:31.1875rem;left:46.5rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pAlb87qx4SmyOLDDptqwKo7v7dyUhQHR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:31.3125rem;left:45.1875rem; }
#UT5NBuO9pgxGAh0SHQlywQOoWUUOQlvE { color:rgba(var(--color-secondary-4),1);display:block;width:29.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:31.1875rem;left:36.0625rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CzNS7WenhIvEhN1U0w1tRrF7VFmfNl45 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.999025rem;width:0.999025rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:31.25rem;left:34.25rem; }
#uKgoLSKxb6HQFiLo8LRLVfAegG1uktTs { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;text-align:center;text-align-last:center;top:24.6875rem;left:21.6875rem;height:2.4746125rem;display:block; }
#q41tig1so06T451zKnw9zCfuxV2Z9pwv { color:rgba(var(--color-tertiary-0),1);display:block;width:9.874375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:27.875rem;left:14.9375rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:none; }
#KHitPvcz9DN9fSLEyPMgzL776bAJ9ToK { color:rgba(var(--color-tertiary-0),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:400;z-index:15020;line-height:.9;letter-spacing:0;text-align:center;text-align-last:center;top:32.6875rem;left:44.9375rem;height:3.20608125rem;display:none; }
#LL2T4wKyPbBVEeGAuvCuoSTdRWiLauBT { color:rgba(var(--color-secondary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:12.4375rem;left:35.3125rem;height:4.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hCAwKSvQkbIgX6Qku36IgUeT8mZ5JsvF { box-sizing:content-box;height:4.0625rem;width:0.184895625rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:12.6875rem;left:33.75rem;display:block; }
#v4FSf2a9UoFT7IzrdSNuJ3Zsn2JD6wKI { 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:28.7485625rem;width:32.249rem;top:5.0625rem;left:0rem;overflow:hidden;display:block; }
#HCsrrzd7I3cCfHhiVD0who7OAe7WzC0S { color:rgba(var(--color-secondary-2),1);display:block;width:34.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:18.5rem;left:33.625rem;height:6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e3dd;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; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row .container { background-color: transparent; background-image: none; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row .container > .video-iframe-container { display: none; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row > .video-iframe-container { display: none; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .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); }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row .container { border-width: 0; border-radius: 0; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row .container { font-size:0.875rem;font-family:arial;height:43.0625rem;width:75rem;position:relative;display:block; }#WkSSPZrvXAIFEB4OafdhVAxPWvCCnEhZ { color:rgba(var(--color-secondary-2),1);display:block;width:51.124rem;position:absolute;font-family:poppins;font-size:2rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.0623550415039rem;left:13.749275207519rem;height:2.599825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-text.counter-number { border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;background-color:#ffffff;background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.675rem;padding-right:0.5875rem;padding-bottom:0.675rem;padding-left:0.5875rem;display:block;align-items:center;width:3.52625rem;min-width:3.52625rem;height:3.62375rem;position:relative;font-family:poppins;font-size:2.6975rem;font-weight:700;line-height:57.98px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-right-radius:0.5rem;border-bottom-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-top-left-radius:0.5rem; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-text.counter-label { background-color:;background-image:none;color:#cb6528;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.42125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.70125rem;height:0.83875rem;position:relative;font-family:var(--paragraphs-font-family);font-size:1.01125rem;font-weight:400;line-height:13.42px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:23.8125rem;height:6.48375rem;padding-top:0.843125rem;padding-right:0.84rem;padding-bottom:0.843125rem;padding-left:0.84rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:23.499565124512rem;left:24.874855041504rem;z-index:15004; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #w3KwQlqTH3I2AKxcIequThC4iVumw0O0 { display:flex;position:relative;top:0rem;left:0rem; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #AkJTgWa6WLuTLkObfuSMisMu4rMpdopZ { width:auto; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #JvTGRlOmybvwssRpkX07OIofutbt1x4l {  }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #ozPNVg3zThShKG1BTPsbMS7cxOPbCE3x { display:flex;position:relative;top:0rem;left:0rem; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #IkPWz0B4dPd1U8ITPZ9hcyTDnU0w2CSQ {  }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #p4EvSPkha1f9AmhsbTyyPdTaapuNlTDT {  }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #noIEOSbusveX3qn2M4vQcVbJunPc1fCZ { display:flex;position:relative;top:0rem;left:0rem; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #FJ9ey0hmcgmNAJMJxE9WphHFtJPIX7Ee {  }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #LmVZ9uFIKD7Cf1mTEUbc6GshQN9Qx2ks {  }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #ivb7dJloBU4vzFNZJBiL3Enc28QFSu1m { display:flex;position:relative;top:0rem;left:0rem; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #b825xePCMEu9MESTRnb4hMsnyJsqFRR5 {  }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #uMIxPWzGK078Ef4OZ3Cl0bwaZEiATQuw {  }
#RTPKJ4d0BXOwuFzpId09RU7Vm1X8Gp92 { color:rgba(var(--color-secondary-2),1);display:block;width:15.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:37.749423980713rem;left:42.999855041504rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wVfw36iZPPHiRESM1LiByL4gpZHGlNKN { color:rgba(var(--color-secondary-2),1);display:block;width:29.249375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:37.749423980713rem;left:34.562355041504rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#XQwO6Rml93bFh8lnprfQbl8qFIvKXZzm { color:rgba(var(--color-secondary-2),1);display:block;width:29.249rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:37.749423980713rem;left:24.124710083007rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#olvxiIMp5NLAZ1ONCvmt8bGqVMhQUWQ1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:37.812358856201rem;left:41.874275207519rem; }
#nBLuAgm5TA2HIK3h008hwLR6KcWzB4Lp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:37.874568939209rem;left:33.249420166016rem; }
#ZbpMcDMI9eVfM8BcGDT2fwwbtdIDpocx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.99989375rem;width:0.99989375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:37.687213897705rem;left:22.874710083007rem; }
#TT7UuWebdeVnskHltTo4s3u9lwUGh2qi { background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:34.437375rem;height:4.375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:32.812358856201rem;left:20.999710083007rem;display:block; }
#vTIE2FMrmv0NPJH5OrfbBgKIX3c8oEoZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AvcSKqyGUrv429xCUe4eagrWNNPZgSE2 { color:rgba(var(--color-secondary-2),1);display:block;width:61rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.7;letter-spacing:0;top:8.4995651245119rem;left:7.4992752075194rem;height:5.09765625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N4ST2xOs1PBGbDqPv2NThL6Sca9y4ZgA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.5625rem;width:6.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:29.249713897705rem;left:51.624710083007rem; }
#b9iIugdRwCCydN8H2SNvXe4IEoTPQ0MR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.875rem;width:3.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:3.2037048339844rem;left:9.9160881042481rem; }
#EPhf8GFEmLelol0d9Fmodsg291D9U4N1 { color:rgba(var(--color-secondary-2),1);display:block;width:39.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:15.312355041504rem;left:17.874710083007rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vFb9ON3QcmqqFK0Tcbnaxkdi0m3GV5PH { box-sizing:content-box;height:24.1875rem;width:47.5625rem;position:absolute;display:block;z-index:14997;background-color:rgba(248,246,243,0.5);background-image:none;top:16.437210083007rem;left:14.874855041504rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#CCOG22Kgax5pCcXD9gofVsCUrmZlTx9U { color:rgba(var(--color-primary-2),1);display:block;width:18.247375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.9160881042481rem;left:28.376014709472rem;height:1.31293125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UJrX2CwgonTGEFz37T4N26V7E896oLMt { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row .container { background-color: transparent; background-image: none; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row .container > .video-iframe-container { display: none; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row > .video-iframe-container { display: none; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .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); }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row .container { border-width: 0; border-radius: 0; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:51.125rem;width:75rem;overflow:visible;position:relative;display:block; }#HxUPlstcR4cVelz9RuDigWCmeTTmJhpn { color:rgba(var(--color-secondary-2),1);display:block;width:63.436875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;top:4.875rem;left:4.25rem;height:2.400175rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#eiqHlofpmn5lOh7cqun96WJdPzWILHha { color:rgba(var(--color-primary-2),1);display:block;width:18.247625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:2.5rem;left:4.25rem;height:1.31293125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZqokiXh7BOFLIsGZgmfcNzNlrPgqxegE { color:rgba(var(--color-primary-4),1);display:block;width:18.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15069;line-height:1.6;letter-spacing:0;top:15.125rem;left:7.1875rem;height:1.5996125rem;text-align:left;text-align-last:left;display:block; }
#MEvw41y6JKPFVavHeov1wVdrvu9k1LaZ { box-sizing:content-box;height:16.875rem;width:21.875rem;position:absolute;display:block;z-index:14995;background-color:rgba(248,246,243,0.5);background-image:none;top:9.875rem;left:4.25rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#Sk5IB28ScWSs8vkZOB0zEFMNsbbMObi7 { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15072;line-height:1.5;letter-spacing:0;top:15.25rem;left:29.8125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#P2GTX9sEXKNqxezTiys7ocTeE9O2xUWF { color:rgba(var(--color-secondary-2),1);display:block;width:18rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.5;letter-spacing:0;top:15.3125rem;left:53.1875rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#l6JT3Oe7rslkcAHcPniyX9FyXX5Numnl { color:rgba(var(--color-primary-3),1);display:block;width:18.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.5;letter-spacing:0;top:34.375rem;left:42.0625rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#Wit24TJ9yzhpBeydmTAVhQe0pWuvxpn8 { color:rgba(var(--color-primary-4),1);display:block;width:15.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15081;line-height:1.5;letter-spacing:0;top:35rem;left:18.8125rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#ixIOtIimmtt9BQbS4gQ5C6i9oAV9lMQZ { box-sizing:content-box;height:13.4375rem;width:23.75rem;position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#13744c' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='#13744c' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),1), #13744c);background-size:auto !important;top:12.4375rem;left:14.5625rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.3125rem 1.25rem rgba(var(--color-primary-4),0.19) ;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
#TA1xJdhk2Qcm2lvfePV27oZoALXD1Mn0 { box-sizing:content-box;height:16.875rem;width:21.875rem;position:absolute;display:block;z-index:14996;background-color:rgba(248,246,243,0.5);background-image:none;top:9.875rem;left:27.75rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#OkM3wZhzcTRyWnJJfSzMZI01RgOD9Pxq { box-sizing:content-box;height:16.875rem;width:21.875rem;position:absolute;display:block;z-index:14994;background-color:rgba(248,246,243,0.5);background-image:none;top:9.9375rem;left:51.125rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#W9AQviTV3RT3QO0MfvbMxywyfwaNoZe3 { box-sizing:content-box;height:18.75rem;width:21.875rem;position:absolute;display:block;z-index:14992;background-color:rgba(248,246,243,0.5);background-image:none;top:29rem;left:39.1875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#L8vvqnHVBU2EhmffT9HbdcbtRDVX4TRx { box-sizing:content-box;height:18.75rem;width:21.875rem;position:absolute;display:block;z-index:14993;background-color:rgba(248,246,243,0.5);background-image:none;top:29.0625rem;left:15.6875rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;border-top:0.0625rem solid #e5dfda;border-left:0.0625rem solid #e5dfda;border-right:0.0625rem solid #e5dfda;border-bottom:0.0625rem solid #e5dfda;display:block; }
#trw5fqDnDJ4EO0u0qgRR0Sewaoikec72 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:14999;opacity:1;top:11.875rem;left:6.375rem; }
#JFs7mWdnqv3CgN5D4uW7wIPuI823gqRs { color:rgba(var(--color-primary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15073;line-height:1.5;letter-spacing:0;top:15.25rem;left:6.625rem;height:3rem;text-align:left;text-align-last:left;display:block; }
#gSvECxt3WHv2EE85GXersqEQFXsc8guD { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0612rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;top:12.125rem;left:53.1875rem; }
#nntGXbTlLkz2dLyHqEddmiVH5vGT35Wc { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0612rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:31.1875rem;left:18.6875rem; }
#igwWrmVTnunENHLNvhRLNZpnrxGUfC2A { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0614375rem;width:2.3117875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:11.875rem;left:29.8125rem; }
#iDtPwvIHVx9cEOK6tIgx4JPminTDt95M { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.0612rem;width:2.3112rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:31.1875rem;left:42.0625rem; }
#kapF2Othp9gtR9Pn14CA0l6BaVFRzqTq { color:rgba(var(--color-primary-4),1);display:block;width:18.0611875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15074;line-height:1.5;letter-spacing:0;top:19.014324188233rem;left:6.697914123535rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#dNLpzMKu2RRWHP7lJgEhq92N4MvVt9P4 { color:rgba(var(--color-primary-4),1);display:block;width:17.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15075;line-height:1.5;letter-spacing:0;top:19rem;left:29.8125rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#FMUNmCKyxMw7hGe7SSvE0qEeDooNPkC5 { color:rgba(var(--color-primary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15076;line-height:1.5;letter-spacing:0;top:19.014324188233rem;left:53.15625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#VipmAh5XmbaTTKwJr3hPe4ZX4F30xyeZ { color:rgba(var(--color-primary-4),1);display:block;width:16.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15077;line-height:1.5;letter-spacing:0;top:39.625rem;left:18.8125rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#BFqENJx1GySmhLd5XxOIJ8TpiJgh4Vlt { color:rgba(var(--color-primary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15078;line-height:1.5;letter-spacing:0;top:39.625rem;left:42.0625rem;height:6rem;text-align:left;text-align-last:left;display:block; }
#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row .container { background-color: transparent; background-image: none; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row .container > .video-iframe-container { display: none; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row > .video-iframe-container { display: none; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .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); }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row .container { border-width: 0; border-radius: 0; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row .container { font-size:0.875rem;font-family:kalnia;height:35.6875rem;width:75rem;position:relative;display:block; }#gJTSw4ILJmcZnx74X5VKqFi1mc4SXipW { color:rgba(var(--color-secondary-2),1);display:block;width:51.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:5.75rem;left:4.25rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QPUQRoPkfxcNohVc7UALGc4G11T240d0 { color:rgba(var(--color-primary-2),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:3.75rem;left:4.25rem;height:1.31293125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#aIMcW7PNvzhk8w2mGXKPpU52i9tH9aIQ { box-sizing:content-box;height:18.75rem;width:19.5rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:12.125rem;left:51.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#ahOtv3CFKAsLlPB3uPwnlw2Aaf7X4BLW { box-sizing:content-box;height:18.75rem;width:19.5rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:12.125rem;left:27.6875rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#I406v7r4ofyTTUPgtbTMa9IgQamwuwk4 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.4375rem;width:2.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:14.3125rem;left:55.0625rem; }
#gl6Qqa9A86q7Tt9DaOG8OCq2igZCv6L1 { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:14.25rem;left:31.4375rem; }
#ETVXRDiEfZ1gHI22OrvsduT1ac9Pn6oz { box-sizing:content-box;height:18.75rem;width:19.5rem;position:absolute;display:block;z-index:15045;background-color:rgba(var(--color-tertiary-0),1);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(var(--color-tertiary-3),0.2) ;border-top:0;border-left:0.3125rem solid rgba(var(--color-primary-2),1);border-right:0;border-bottom:0;top:12.125rem;left:4.25rem;border-top-left-radius:0rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.5rem;display:block; }
#q3eH7ZnRdZs7deVnTZKEP3OsPSeHkBw6 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15051;line-height:1.5;letter-spacing:0;top:18.4375rem;left:8rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IbXisgq8EpyvdDn17JTla9DRMQhotAIV { box-sizing:content-box;color:#5d92ff;font-size:3.875rem;font-weight:400;line-height:1;height:2.875rem;width:2.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:14.3125rem;left:8rem; }
#LG5TBg3E3aRU3LP2b0lh0ztXG4Fa9k6b { color:rgba(var(--color-tertiary-4),1);display:block;width:12.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15052;line-height:1.5;letter-spacing:0;top:23.625rem;left:8rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zeiMT53gv7vCGPFeXKDp8rAMWfPR8ly9 { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15053;line-height:1.5;letter-spacing:0;top:18.375rem;left:31.4375rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#plqHMTOyltpWTfWAHCODoNpPiduypWOw { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15054;line-height:1.5;letter-spacing:0;top:23.625rem;left:31.4375rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WoS44mHqcsgH5AB4GB2gUVGxKgrwpsoc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15055;line-height:1.5;letter-spacing:0;top:18.375rem;left:55.0625rem;height:3.9375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#GGWb7ZUV5tymSTqbUS1ZGhCoyAZGqIkQ { color:rgba(var(--color-tertiary-4),1);display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15056;line-height:1.5;letter-spacing:0;top:23.625rem;left:55.0625rem;height:5.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT { position:relative;display:block; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT { background-color: transparent; background-image: none; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .row .container > .video-iframe-container { display: none; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .row > .video-iframe-container { display: none; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .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); }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT { border-width: 0; border-radius: 0; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .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; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .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:42.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OBUgRQWWH5ZJGNgzr8qkfTCD2HndWOBk { color:rgba(var(--color-secondary-2),1);display:block;width:51.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:4.1875rem;left:11.71875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sTWdfv1LKz5Ctpv9bqRJK5sFhWJcTBpN { position:absolute;display:block;z-index:15004;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.1246875rem;width:29.1246875rem;top:8.9467592239381rem;left:18.279800415039rem;overflow:hidden;display:block; }
#w23uLXPdO2JmlRfLLCM1WPSTcO2I4Pun { position:absolute;display:block;z-index:15001;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.5625rem;width:21.8125rem;top:8.7290229797362rem;left:2.5417405006406rem;overflow:hidden;display:block; }
#x9UwybylgGnGoXkxpqyiBgeyyivwk0IW { color:rgba(var(--color-primary-2),1);display:block;width:44.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.2916679382324rem;left:15.0625rem;height:1.31293125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T0BymObcpH8NzGpcpRopCeyvSPWhNrpQ { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:34.625rem;width:34.625rem;top:8.229166625rem;left:40.291666625rem;overflow:hidden;display:block; }
#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 { position:relative;display:block; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 { background-color: transparent; background-image: none; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .row .container > .video-iframe-container { display: none; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .row > .video-iframe-container { display: none; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .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); }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 { border-width: 0; border-radius: 0; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .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; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .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:28.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pgNDJrUKIW7iHsAJmsJghhHWQuyWIf3X { color:rgba(var(--color-secondary-2),1);display:block;width:52.934875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:4.5774765014649rem;left:4.25rem;height:2.599825rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Z6B1nVom7e5xNF9UFmHzvoAMxX2OcNuJ { color:rgba(var(--color-primary-2),1);display:block;width:32.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:15.4375rem;left:5.6875rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e1wEc7XzikKVl8bA9ipDAVOzAgCX2DMH { color:rgba(var(--color-primary-2),1);display:block;width:21.18725rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:8.8748798370363rem;left:42.224784851074rem;height:1.57498125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ga7HzPDO78RBn5XRORHW3dxDnTkvPo91 { color:rgba(var(--color-secondary-2),1);display:block;width:12.124375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:10.76171875rem;left:46.755859375rem;height:3.67383125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#PpzHxbQqsOQey7A5sFVpBWuB4GsQ83NS { box-sizing:content-box;height:3.75rem;width:0.184895625rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-2),1);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:15.625rem;left:4.25rem;display:block; }
#B6icrGboBx8sRwbZ5Q6bQzozG3OJkzAP { color:rgba(var(--color-primary-2),1);display:block;width:60.749875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:2.3609123229981rem;left:4.25rem;height:1.31293125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#L2mmxMHAlRTwfJw3Aunw8ArE8W3vZo49 { box-sizing:content-box;height:7.75rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-tertiary-2),0.35);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:7.862632751465rem;left:44.828125rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#EOc02vMs2qc8yLvDTpAC5sXsa91uiNTG { position:absolute;display:block;z-index:15036;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:25.125rem;width:18.375rem;top:2.9375rem;left:55.056640625rem;overflow:hidden;display:block; }
#bnB0TkvTiKkZtfF6vMvvb0aBN9drKFcv { color:rgba(var(--color-tertiary-4),1);display:block;width:36.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15008;line-height:1.4;letter-spacing:0;top:20.8125rem;left:4.25rem;height:4.19824375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rT4eJbdbnnhvA43s7sbDTAzlL5Ht0N9G { color:rgba(var(--color-tertiary-4),1);display:block;width:36.936875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:8.875rem;left:4.25rem;height:5.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv { background-color:rgba(var(--color-primary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row .container { background-color: transparent; background-image: none; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row .container > .video-iframe-container { display: none; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row > .video-iframe-container { display: none; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .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); }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row .container { border-width: 0; border-radius: 0; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row .container { font-size:0.875rem;font-family:arial;height:18.625rem;width:75rem;overflow:visible;position:relative;display:block; }#s84xXxqGaFbs76H56VBgXQ8AgaLCLxhH { position:absolute;display:block;z-index:15005;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:22.6875rem;top:2.32421875rem;left:2.9375rem;overflow:hidden;display:block; }
#B8yTVFAINd28vqpxZNcqp6eIZJmnhyP9 { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:22.4375rem;top:9.0625rem;left:3.125rem;overflow:hidden;display:block; }
#hTirUH9qAflqzpfRxXLVTITbKk3eeMIJ { position:absolute;display:block;z-index:15007;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.6875rem;width:21.8125rem;top:3.16796875rem;left:26.65625rem;overflow:hidden;display:block; }
#iZQPIAwZ9eqzXL37T6C2Tb19oSxUVfBM { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.375rem;width:21.9375rem;top:9rem;left:26.660804748535rem;overflow:hidden;display:block; }
#PuFG6SGgl7HyK9szrm41dsrUf3Sq5xah { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.8125rem;width:22.125rem;top:3.04296875rem;left:49.509765625rem;overflow:hidden;display:block; }
#RD8VQU1xSeeA5UpTo4a2DQQDGgHRgnfB { position:absolute;display:block;z-index:15010;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.5625rem;width:21.9375rem;top:9rem;left:49.666015625rem;overflow:hidden;display:block; }
#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g { background-color:rgba(var(--color-primary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row .container { background-color: transparent; background-image: none; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row .container > .video-iframe-container { display: none; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row > .video-iframe-container { display: none; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .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); }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row .container { border-width: 0; border-radius: 0; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:37.875rem;width:75rem;overflow:visible;position:relative;display:block; }#HBAoVboyMiXTLvMTG8i5OVnkKFF8nyEh { color:rgba(var(--color-tertiary-0),1);display:block;width:31.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15152;line-height:1.5;letter-spacing:0;top:5.125rem;left:40.3125rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#TkOeCUaukIePve4kfID6VrOqWMH9Zp1O { color:rgba(var(--color-tertiary-0),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:3.1875rem;left:40.3125rem;height:1.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#kDTIDwGu3nDtRTVNwxhxd8JeuEG1rori { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:34.4375rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:28.5625rem;left:39.4375rem;display:block; }
#AvNSEuGGRDpPQB2WCN52qloeZAUSUlaG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lzpsSyIc9xr9tWKzNnINTCQa9NNzg847 { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:22.375rem;left:44.5625rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Dpf5XVT2V3IG69GUOIeZRPcJRFxCxxXd { color:rgba(var(--color-primary-1),1);display:block;width:13.999375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:24.375rem;left:40.0625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#auVgMpnHgtGS8heJK9iuy6RXsnQTObVt { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:33.625rem;left:42rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ynB80zHIh7rh7fzfFPR43Wi8EsVvPFNb { color:rgba(var(--color-tertiary-0),1);display:block;width:9.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:33.625rem;left:52.75rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TQThNWWAAPB0CiqdkNtmAsanvy0AO88q { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.06238125rem;width:1.06238125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:33.625rem;left:62.3125rem; }
#Zx0TKuS9DqV8Gpx9lC2AJlUmSBeysbfZ { color:rgba(var(--color-tertiary-0),1);display:block;width:10.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:33.625rem;left:63.8125rem;height:1.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UMFnPhq7SUJBtLNNxOMKWJiRQLqe4dg0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:0.875rem;width:0.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:33.75rem;left:51.4375rem; }
#n2hVIS98olOPcqWtPFoewC5TqXBcrDUI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1rem;width:1rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:33.625rem;left:40.6875rem; }
#hzWEkgZihTF1yTQknTs1swlRRQ1V0xAk { color:rgba(var(--color-tertiary-0),1);display:block;width:34.749rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15053;line-height:1.5;letter-spacing:0;top:9.6875rem;left:40.3125rem;height:11.0625rem;font-style:normal;display:block; }#hzWEkgZihTF1yTQknTs1swlRRQ1V0xAk li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#hzWEkgZihTF1yTQknTs1swlRRQ1V0xAk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_105fed15073cd81509d523e26f603622b1595a09.svg); }
#V84CRpCAGTlqafLt6HEtTWFuPUH0Tqeu { color:rgba(var(--color-tertiary-0),1);display:block;width:15.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:35.875rem;left:36.875rem;height:5.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#aRCUkTxClMTNnA48Imtelw7DCFSDge8W { 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:35.125rem;width:35.125rem;top:1.375rem;left:1.625rem;overflow:hidden;display:block; }
#A4Pic7Vxveaat6Z6yU35R75eRO2u2upX { color:rgba(var(--color-primary-2),1);display:block;width:4.43555rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15030;line-height:1.5;letter-spacing:0;top:23.1875rem;left:27.6884765625rem;height:2.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Sgrq6wiorXg1pEkaDrezRwT6oF569XGT { color:rgba(var(--color-primary-2),1);display:block;width:7.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:3.5625rem;font-weight:400;z-index:15027;line-height:.9;letter-spacing:0;text-align:center;text-align-last:center;top:25.625rem;left:24.625rem;height:3.20605625rem;display:block; }
#VVPlONu3aPSV8yogAnPcThrhRxVedx6O { color:rgba(var(--color-primary-2),1);display:block;width:5.8747625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.625rem;font-weight:400;z-index:15026;line-height:.9;letter-spacing:0;text-align:center;text-align-last:center;top:26.25rem;left:28.8125rem;height:2.36230625rem;display:block; }
#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f { background-color:rgba(var(--color-tertiary-2),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row .container { background-color: transparent; background-image: none; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row .container > .video-iframe-container { display: none; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row > .video-iframe-container { display: none; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .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); }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row .container { border-width: 0; border-radius: 0; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row > .video-iframe-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:28.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-element-container { border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;flex-direction:column;align-items:center;background-color:rgba(var(--color-tertiary-0),1);background-image:none;vertical-align:top; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .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; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-heading-text { display:block;position:relative;width:100%;font-weight:700;font-size:1rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-secondary-2),1);line-height:1.8;overflow:hidden;height:auto; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-primary-4),1);height:auto;line-height:1.6;overflow:hidden; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .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_719c97a25bc4f9e4655c3b86766648982e518efb.svg");background-size:contain !important; }#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-trigger.adaptive-delivery-prevent-bg, #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-trigger.lazyload, #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-trigger.lazyloading { background-image: none; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM { box-sizing:content-box;height:auto;width:61.2480625rem;position:absolute;display:flex;flex-direction:column;gap:0.75rem;z-index:15069;background-color:transparent;background-image:none;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;top:9.5625rem;left:6.9375rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #Sn5xDBOQHGQnHRw3WSQXCGflfg86kgqP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #hiCvrSlbn4l1FPfnX9pLpiyzDxuvVE3S { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #NhTEetbTTwGTmdsu6iBn7WkgrvT1HCTd { display:block;position:relative; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #DfApdwKem2GXrSdnUqkbnOMo7JZrm3Kf {  }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #pFlJsbtgfe7D6k7npFgE3qrGT7ooTHAi {  }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #VElGsCI8vV3QQnOtnzu1zM7EZlhW01cM { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #mmAkPUDwwa7AmwuO071aFsp0NCvETeKC { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #XBvI1si0dsTlXQ68BUqwUaKewzdSn8VH { display:block;position:relative; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #GiFcn8NOn3sO22oET1zA2TzgKcsnaShp {  }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #GNHg43ymeUmoK50bDqd6FtL8AIhrUxy8 { display:none; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #TE5DpwOSd8x88dUe431pWd061sVCB1wc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #Re14K46WR67a789rgzey2pr9u81V2xhN { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #y7FF486xzzlmnTEIua0y60sSSpNH68NF { display:block;position:relative; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #AgyQfTi0pXO49kBD6Osh8V0ioGFi7TzU {  }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #lxfhdfL6W7TvRZbQzZtJxkCnuRCXigHi { display:none; }
#aUPcBCgr2cftdgy3xVarpmLXS7SKMrqR { color:rgba(var(--color-primary-2),1);display:block;width:60.7486875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:2.25rem;left:6.625rem;height:1.31293125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#OLe3pR90UJQn5nlPXHndewqseXdPnkFo { color:rgba(var(--color-secondary-2),1);display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:4.375rem;left:6.625rem;height:2.8002rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#XMHSmVK23NTExt2NaREg22atiASLGoxV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row .container { background-color: transparent; background-image: none; }#XMHSmVK23NTExt2NaREg22atiASLGoxV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row .container > .video-iframe-container { display: none; }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row > .video-iframe-container { display: none; }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .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); }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row .container { border-width: 0; border-radius: 0; }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#VtmCEs9T91GqMSrC6LLpMqfMuXPDtC6h { color:rgba(var(--color-tertiary-0),1);display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15013;line-height:1.4;letter-spacing:0;top:2.3125rem;left:4.875rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#eUxEk7ZFP2zHJ3bBdv9JmSLCn5eG7N4D { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.4;overflow:hidden;position:absolute;width:28.6230625rem;height:4.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:9.125rem;left:23.1875rem;display:block; }
#A5b8d6n6weZCkrgywTvwPwUIFfx5ahTg { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asDVrUEphEopHoSl6tsAGsuA6f2ZLLey { color:rgba(var(--color-tertiary-0),1);display:block;width:65.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:6rem;left:4.8125rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#kqOxNdus9airRyBWsHmyMPKVKOKu05TD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row .container { background-color: transparent; background-image: none; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row .container > .video-iframe-container { display: none; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row > .video-iframe-container { display: none; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .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); }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row .container { border-width: 0; border-radius: 0; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#dsmSQDdCFxJgeDhBPmmeq9yZ1XJGFPWs { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.3745125rem;width:1.3745125rem;top:2rem;left:2.875rem;overflow:hidden;display:block; }
#TxJc48wB3sfFCdkgLBH6f9ScsngdOgE9 { color:#101010;display:block;width:25.9375rem;position:absolute;font-family:poppins;font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:2.0625rem;left:5.125rem;height:;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Mrf6uANseeeTiq7tJBsmVuIKrdtgTU3K { color:#0da3e6;display:block;width:12.1875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15015;line-height:1.4;letter-spacing:0;top:2rem;left:50.5625rem;height:1.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#PlABmhR01yczDT5ZmTuSUg3DO07ilbK9 { color:#0da3e6;display:block;width:5.99975625rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:400;z-index:15016;line-height:1.4;letter-spacing:0;top:2rem;left:66.125rem;height:1.3994125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTa2UphDhN5AB1Dp7AGI1LOw8rku4dfd { top:0.6875rem;left:0rem;width:47.75rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM8AWm4scxoXKZIS0ovQ8gQSxM1LIILs { top:0.625rem;left:0rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d { display:block; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSAfDyCBeNvBfJPr1zAzG2L8sO7h5LeS { top:3.375rem;left:0rem;width:47.625rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK8AmPuu8G4RQdQ5bF2QoxKAfmzKHh7h { top:3.75rem;left:0rem;width:47.75rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { display:block; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUD3zLGAfdGL8Dz4qGLoVQEeQtmIV6eM { top:27.875rem;left:9.375rem;width:38.375rem;height:1.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HILmI0QCCHIpg5dmHOkDwVQ00JhZLRzU { top:6.5625rem;left:8.5rem;width:39.25rem;height:4.5625rem;font-size:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsWFZg8Zny7FKCigxE5nh8sEH3IAZ6sI { top:25.0625rem;left:11.5625rem;width:5.8125rem;height:2.0625rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cg9ADNgUqVaWiCRCWvzO4XXq0VmTIQkH { top:22.375rem;left:10.625rem;width:4.375rem;height:2.25rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mw3S9GgnFgrnUNaNmfzBuNalL62oQQym { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpdroGigmw6901KAOHqKGDmT2rWaua1 { display:block; }
 }@media only screen and (max-width: 763px) { #CCOC8gT6wJkJsCppgAz9cz07eRFEb6FT { top:31.1875rem;left:35.9375rem;width:11.8125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rz6zeh52g0gMmmHbE3rF6DthmAsI0CAG { top:31.3125rem;left:40.0625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUvb7U4xvgigMEC38XvBM1adAT5ZXaRD { top:31.1875rem;left:25.8125rem;width:21.9375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAlb87qx4SmyOLDDptqwKo7v7dyUhQHR { top:31.3125rem;left:31.5625rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT5NBuO9pgxGAh0SHQlywQOoWUUOQlvE { top:31.1875rem;left:18.5625rem;width:29.1875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzNS7WenhIvEhN1U0w1tRrF7VFmfNl45 { top:31.25rem;left:20.625rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKgoLSKxb6HQFiLo8LRLVfAegG1uktTs { top:24.6875rem;left:8.0625rem;width:7.1875rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q41tig1so06T451zKnw9zCfuxV2Z9pwv { top:50.3125rem;left:0rem;width:4rem;height:2.25rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KHitPvcz9DN9fSLEyPMgzL776bAJ9ToK { top:25.25rem;left:0rem;width:4.1875rem;height:3.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #LL2T4wKyPbBVEeGAuvCuoSTdRWiLauBT { top:12.4375rem;left:13.125rem;width:34.625rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hCAwKSvQkbIgX6Qku36IgUeT8mZ5JsvF { top:12.6875rem;left:20.125rem;width:0.125rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4FSf2a9UoFT7IzrdSNuJ3Zsn2JD6wKI { top:5.0625rem;left:0rem;width:32.1875rem;height:28.694073069312rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCsrrzd7I3cCfHhiVD0who7OAe7WzC0S { top:18.5rem;left:13.125rem;width:34.625rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD { display:block; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkSSPZrvXAIFEB4OafdhVAxPWvCCnEhZ { top:4rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx { display:flex;width:19rem;height:5.3125rem;top:6.5625rem;left:7.7226581573488rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #w3KwQlqTH3I2AKxcIequThC4iVumw0O0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #AkJTgWa6WLuTLkObfuSMisMu4rMpdopZ {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #JvTGRlOmybvwssRpkX07OIofutbt1x4l {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #ozPNVg3zThShKG1BTPsbMS7cxOPbCE3x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #IkPWz0B4dPd1U8ITPZ9hcyTDnU0w2CSQ {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #p4EvSPkha1f9AmhsbTyyPdTaapuNlTDT {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #noIEOSbusveX3qn2M4vQcVbJunPc1fCZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #FJ9ey0hmcgmNAJMJxE9WphHFtJPIX7Ee {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #LmVZ9uFIKD7Cf1mTEUbc6GshQN9Qx2ks {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #ivb7dJloBU4vzFNZJBiL3Enc28QFSu1m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #b825xePCMEu9MESTRnb4hMsnyJsqFRR5 {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #uMIxPWzGK078Ef4OZ3Cl0bwaZEiATQuw {  }
 }@media only screen and (max-width: 763px) { #RTPKJ4d0BXOwuFzpId09RU7Vm1X8Gp92 { top:37.6875rem;left:29.374855041504rem;width:15.375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wVfw36iZPPHiRESM1LiByL4gpZHGlNKN { top:37.6875rem;left:18.5625rem;width:29.1875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQwO6Rml93bFh8lnprfQbl8qFIvKXZzm { top:37.6875rem;left:10.499710083007rem;width:29.1875rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #olvxiIMp5NLAZ1ONCvmt8bGqVMhQUWQ1 { top:37.75rem;left:28.249275207519rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBLuAgm5TA2HIK3h008hwLR6KcWzB4Lp { top:37.8125rem;left:19.624420166016rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbpMcDMI9eVfM8BcGDT2fwwbtdIDpocx { top:37.625rem;left:9.2497100830075rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TT7UuWebdeVnskHltTo4s3u9lwUGh2qi { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIE2FMrmv0NPJH5OrfbBgKIX3c8oEoZ { display:block; }
 }@media only screen and (max-width: 763px) { #AvcSKqyGUrv429xCUe4eagrWNNPZgSE2 { top:8.4375rem;left:0rem;width:47.75rem;height:5.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #N4ST2xOs1PBGbDqPv2NThL6Sca9y4ZgA { top:29.1875rem;left:37.999710083007rem;width:6.5625rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9iIugdRwCCydN8H2SNvXe4IEoTPQ0MR { top:3.1875rem;left:0rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPhf8GFEmLelol0d9Fmodsg291D9U4N1 { top:15.25rem;left:4.2497100830078rem;width:39.5rem;height:6.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vFb9ON3QcmqqFK0Tcbnaxkdi0m3GV5PH { top:16.375rem;left:0.0625rem;width:47.5625rem;height:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CCOG22Kgax5pCcXD9gofVsCUrmZlTx9U { top:1.875rem;left:14.751014709472rem;width:18.1875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJrX2CwgonTGEFz37T4N26V7E896oLMt { display:block; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxUPlstcR4cVelz9RuDigWCmeTTmJhpn { top:4.875rem;left:0rem;width:47.75rem;height:2.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eiqHlofpmn5lOh7cqun96WJdPzWILHha { top:2.5rem;left:0rem;width:18.1875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZqokiXh7BOFLIsGZgmfcNzNlrPgqxegE { top:15.125rem;left:0rem;width:18rem;height:1.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEvw41y6JKPFVavHeov1wVdrvu9k1LaZ { top:9.875rem;left:0rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk5IB28ScWSs8vkZOB0zEFMNsbbMObi7 { top:15.25rem;left:16.1875rem;width:17.1875rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2GTX9sEXKNqxezTiys7ocTeE9O2xUWF { top:15.3125rem;left:29.75rem;width:18rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6JT3Oe7rslkcAHcPniyX9FyXX5Numnl { top:34.375rem;left:28.4375rem;width:18.125rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wit24TJ9yzhpBeydmTAVhQe0pWuvxpn8 { top:35rem;left:5.1875rem;width:15.75rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixIOtIimmtt9BQbS4gQ5C6i9oAV9lMQZ { top:12.4375rem;left:0.9375rem;width:23.75rem;height:13.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TA1xJdhk2Qcm2lvfePV27oZoALXD1Mn0 { top:9.875rem;left:14.125rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkM3wZhzcTRyWnJJfSzMZI01RgOD9Pxq { top:9.9375rem;left:25.75rem;width:21.875rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9AQviTV3RT3QO0MfvbMxywyfwaNoZe3 { top:29rem;left:25.5625rem;width:21.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8vvqnHVBU2EhmffT9HbdcbtRDVX4TRx { top:29.0625rem;left:2.0625rem;width:21.875rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #trw5fqDnDJ4EO0u0qgRR0Sewaoikec72 { top:11.875rem;left:0rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFs7mWdnqv3CgN5D4uW7wIPuI823gqRs { top:15.25rem;left:0rem;width:16.125rem;height:3rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gSvECxt3WHv2EE85GXersqEQFXsc8guD { top:12.125rem;left:39.5625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nntGXbTlLkz2dLyHqEddmiVH5vGT35Wc { top:31.1875rem;left:5.0625rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #igwWrmVTnunENHLNvhRLNZpnrxGUfC2A { top:11.875rem;left:16.1875rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #iDtPwvIHVx9cEOK6tIgx4JPminTDt95M { top:31.1875rem;left:28.4375rem;width:2.25rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #kapF2Othp9gtR9Pn14CA0l6BaVFRzqTq { top:19rem;left:0rem;width:18rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNLpzMKu2RRWHP7lJgEhq92N4MvVt9P4 { top:19rem;left:16.1875rem;width:17.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMUNmCKyxMw7hGe7SSvE0qEeDooNPkC5 { top:19rem;left:29.75rem;width:16.375rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VipmAh5XmbaTTKwJr3hPe4ZX4F30xyeZ { top:39.625rem;left:5.1875rem;width:16.375rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BFqENJx1GySmhLd5XxOIJ8TpiJgh4Vlt { top:39.625rem;left:28.4375rem;width:17.1875rem;height:6rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB { display:block; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJTSw4ILJmcZnx74X5VKqFi1mc4SXipW { top:5.75rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QPUQRoPkfxcNohVc7UALGc4G11T240d0 { top:3.75rem;left:0rem;width:44.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIMcW7PNvzhk8w2mGXKPpU52i9tH9aIQ { top:12.125rem;left:27.9375rem;width:19.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahOtv3CFKAsLlPB3uPwnlw2Aaf7X4BLW { top:12.125rem;left:14.0625rem;width:19.5rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I406v7r4ofyTTUPgtbTMa9IgQamwuwk4 { top:14.3125rem;left:41.4375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gl6Qqa9A86q7Tt9DaOG8OCq2igZCv6L1 { top:14.25rem;left:17.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETVXRDiEfZ1gHI22OrvsduT1ac9Pn6oz { top:12.125rem;left:0rem;width:19.4375rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3eH7ZnRdZs7deVnTZKEP3OsPSeHkBw6 { top:18.4375rem;left:0rem;width:11.625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbXisgq8EpyvdDn17JTla9DRMQhotAIV { top:14.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LG5TBg3E3aRU3LP2b0lh0ztXG4Fa9k6b { top:23.625rem;left:0rem;width:12.375rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeiMT53gv7vCGPFeXKDp8rAMWfPR8ly9 { top:18.375rem;left:17.8125rem;width:13.5625rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #plqHMTOyltpWTfWAHCODoNpPiduypWOw { top:23.625rem;left:17.8125rem;width:13.5625rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoS44mHqcsgH5AB4GB2gUVGxKgrwpsoc { top:18.375rem;left:35.1875rem;width:12.5rem;height:3.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGWb7ZUV5tymSTqbUS1ZGhCoyAZGqIkQ { top:23.625rem;left:34.1875rem;width:13.5rem;height:5.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT { display:block; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBUgRQWWH5ZJGNgzr8qkfTCD2HndWOBk { top:4.1875rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTWdfv1LKz5Ctpv9bqRJK5sFhWJcTBpN { top:8.9375rem;left:4.6548004150391rem;width:29.0625rem;height:29.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w23uLXPdO2JmlRfLLCM1WPSTcO2I4Pun { top:8.6875rem;left:0rem;width:21.8125rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9UwybylgGnGoXkxpqyiBgeyyivwk0IW { top:2.25rem;left:1.4375rem;width:44.875rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0BymObcpH8NzGpcpRopCeyvSPWhNrpQ { top:8.1875rem;left:13.125rem;width:34.625rem;height:34.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 { display:block; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgNDJrUKIW7iHsAJmsJghhHWQuyWIf3X { top:4.5625rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z6B1nVom7e5xNF9UFmHzvoAMxX2OcNuJ { top:15.4375rem;left:0rem;width:32.6875rem;height:5.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e1wEc7XzikKVl8bA9ipDAVOzAgCX2DMH { width:21.125rem;height:1.5625rem;top:8.8125rem;left:26.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ga7HzPDO78RBn5XRORHW3dxDnTkvPo91 { width:12.0625rem;height:3.625rem;top:10.75rem;left:33.130859375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpzHxbQqsOQey7A5sFVpBWuB4GsQ83NS { top:15.625rem;left:0rem;width:0.125rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6icrGboBx8sRwbZ5Q6bQzozG3OJkzAP { top:2.375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2mmxMHAlRTwfJw3Aunw8ArE8W3vZo49 { top:7.8125rem;left:28.75rem;width:19rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOc02vMs2qc8yLvDTpAC5sXsa91uiNTG { top:2.9375rem;left:29.375rem;width:18.375rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnB0TkvTiKkZtfF6vMvvb0aBN9drKFcv { top:20.8125rem;left:0rem;width:36.875rem;height:4.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rT4eJbdbnnhvA43s7sbDTAzlL5Ht0N9G { top:8.875rem;left:0rem;width:36.875rem;height:5.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv { display:block; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s84xXxqGaFbs76H56VBgXQ8AgaLCLxhH { top:2.3125rem;left:0rem;width:22.6875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8yTVFAINd28vqpxZNcqp6eIZJmnhyP9 { top:9.0625rem;left:0rem;width:22.4375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTirUH9qAflqzpfRxXLVTITbKk3eeMIJ { top:3.125rem;left:13.03125rem;width:21.8125rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQPIAwZ9eqzXL37T6C2Tb19oSxUVfBM { top:9rem;left:13.035804748535rem;width:21.9375rem;height:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuFG6SGgl7HyK9szrm41dsrUf3Sq5xah { top:3rem;left:25.625rem;width:22.125rem;height:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD8VQU1xSeeA5UpTo4a2DQQDGgHRgnfB { top:9rem;left:25.8125rem;width:21.9375rem;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g { display:block; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBAoVboyMiXTLvMTG8i5OVnkKFF8nyEh { top:5.125rem;left:16.5rem;width:31.25rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkOeCUaukIePve4kfID6VrOqWMH9Zp1O { top:3.1875rem;left:19.3125rem;width:28.4375rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kDTIDwGu3nDtRTVNwxhxd8JeuEG1rori { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvNSEuGGRDpPQB2WCN52qloeZAUSUlaG { display:block; }
 }@media only screen and (max-width: 763px) { #lzpsSyIc9xr9tWKzNnINTCQa9NNzg847 { top:22.375rem;left:30.9375rem;width:15.3125rem;height:5.25rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dpf5XVT2V3IG69GUOIeZRPcJRFxCxxXd { top:24.375rem;left:26.4375rem;width:13.9375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #auVgMpnHgtGS8heJK9iuy6RXsnQTObVt { top:33.625rem;left:28.375rem;width:9.4375rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ynB80zHIh7rh7fzfFPR43Wi8EsVvPFNb { top:33.625rem;left:38.3125rem;width:9.4375rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQThNWWAAPB0CiqdkNtmAsanvy0AO88q { top:33.625rem;left:46.75rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zx0TKuS9DqV8Gpx9lC2AJlUmSBeysbfZ { top:33.625rem;left:37.625rem;width:10.125rem;height:1.125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UMFnPhq7SUJBtLNNxOMKWJiRQLqe4dg0 { top:33.75rem;left:37.8125rem;width:0.875rem;height:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n2hVIS98olOPcqWtPFoewC5TqXBcrDUI { top:33.625rem;left:27.0625rem;width:1rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzWEkgZihTF1yTQknTs1swlRRQ1V0xAk { top:9.6875rem;left:13.0625rem;width:34.6875rem;height:11.0625rem;font-size:0.875rem;display:block; }#hzWEkgZihTF1yTQknTs1swlRRQ1V0xAk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_105fed15073cd81509d523e26f603622b1595a09.svg); }
 }@media only screen and (max-width: 763px) { #V84CRpCAGTlqafLt6HEtTWFuPUH0Tqeu { top:66.3125rem;left:0rem;width:4.8125rem;height:2.1875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aRCUkTxClMTNnA48Imtelw7DCFSDge8W { top:1.375rem;left:0rem;width:35.125rem;height:35.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4Pic7Vxveaat6Z6yU35R75eRO2u2upX { top:23.1875rem;left:14.0634765625rem;width:4.375rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sgrq6wiorXg1pEkaDrezRwT6oF569XGT { top:25.625rem;left:11rem;width:7.1875rem;height:3.1875rem;font-size:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VVPlONu3aPSV8yogAnPcThrhRxVedx6O { top:26.25rem;left:15.1875rem;width:5.8125rem;height:2.3125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f { display:block; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM { display:flex;height:auto;width:27.8125rem;top:21.875rem;left:3.8125rem; }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #Sn5xDBOQHGQnHRw3WSQXCGflfg86kgqP {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #hiCvrSlbn4l1FPfnX9pLpiyzDxuvVE3S {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #NhTEetbTTwGTmdsu6iBn7WkgrvT1HCTd {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #DfApdwKem2GXrSdnUqkbnOMo7JZrm3Kf {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #pFlJsbtgfe7D6k7npFgE3qrGT7ooTHAi {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #VElGsCI8vV3QQnOtnzu1zM7EZlhW01cM {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #mmAkPUDwwa7AmwuO071aFsp0NCvETeKC {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #XBvI1si0dsTlXQ68BUqwUaKewzdSn8VH {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #GiFcn8NOn3sO22oET1zA2TzgKcsnaShp {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #GNHg43ymeUmoK50bDqd6FtL8AIhrUxy8 {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #TE5DpwOSd8x88dUe431pWd061sVCB1wc {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #Re14K46WR67a789rgzey2pr9u81V2xhN {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #y7FF486xzzlmnTEIua0y60sSSpNH68NF {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #AgyQfTi0pXO49kBD6Osh8V0ioGFi7TzU {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #lxfhdfL6W7TvRZbQzZtJxkCnuRCXigHi {  }
 }@media only screen and (max-width: 763px) { #aUPcBCgr2cftdgy3xVarpmLXS7SKMrqR { top:2.25rem;left:0rem;width:47.75rem;height:1.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #OLe3pR90UJQn5nlPXHndewqseXdPnkFo { top:4.375rem;left:0rem;width:47.75rem;height:2.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XMHSmVK23NTExt2NaREg22atiASLGoxV { display:block; }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtmCEs9T91GqMSrC6LLpMqfMuXPDtC6h { top:2.3125rem;left:0rem;width:47.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUxEk7ZFP2zHJ3bBdv9JmSLCn5eG7N4D { width:11.25rem;height:3.75rem;top:33.5rem;left:9.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5b8d6n6weZCkrgywTvwPwUIFfx5ahTg { display:block; }
 }@media only screen and (max-width: 763px) { #asDVrUEphEopHoSl6tsAGsuA6f2ZLLey { top:6rem;left:0rem;width:47.75rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqOxNdus9airRyBWsHmyMPKVKOKu05TD { display:block; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsmSQDdCFxJgeDhBPmmeq9yZ1XJGFPWs { top:2rem;left:0rem;width:1.3125rem;height:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJc48wB3sfFCdkgLBH6f9ScsngdOgE9 { width:25.9375rem;height:;top:2.0625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrf6uANseeeTiq7tJBsmVuIKrdtgTU3K { width:12.1875rem;height:1.375rem;top:2rem;left:35.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlABmhR01yczDT5ZmTuSUg3DO07ilbK9 { width:5.9375rem;height:1.375rem;top:2rem;left:41.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kTa2UphDhN5AB1Dp7AGI1LOw8rku4dfd { width:16.625rem;height:2.8125rem;top:0.5rem;left:3.0625001192093rem;font-size:0.625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yM8AWm4scxoXKZIS0ovQ8gQSxM1LIILs { display:flex;width:1.1875rem;height:1.1875rem;top:0.4375rem;left:1.0000001192093rem; }
 }@media only screen and (max-width: 763px) { #sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d { display:block; }#sflXLwuHfOCXtHFutc9JLaZNQEoLiw3d > .row .container { width:20rem;height:5.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uSAfDyCBeNvBfJPr1zAzG2L8sO7h5LeS { width:19.875rem;height:4.3125rem;top:0.74942132830619rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IK8AmPuu8G4RQdQ5bF2QoxKAfmzKHh7h { width:18.1871875rem;height:3.9375rem;top:0.936053276062rem;left:0.90422463417056rem;font-size:0.875rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXt55KtAbL5CSoReJ0aLcNK2gT103bvG { display:block; }#iXt55KtAbL5CSoReJ0aLcNK2gT103bvG > .row .container { width:20rem;height:45.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XUD3zLGAfdGL8Dz4qGLoVQEeQtmIV6eM { width:14.8111875rem;height:0.8125rem;top:13.4375rem;left:5.1875rem;font-size:0.625rem;line-height:1.3;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HILmI0QCCHIpg5dmHOkDwVQ00JhZLRzU { width:18.5625rem;height:2.2744125rem;top:2.3125rem;left:0rem;font-size:1.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #UsWFZg8Zny7FKCigxE5nh8sEH3IAZ6sI { width:2.3125rem;height:1.1806625rem;top:12.124711990356rem;left:15.499711632729rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Cg9ADNgUqVaWiCRCWvzO4XXq0VmTIQkH { width:13.125rem;height:0;top:96.587971327213rem;left:5.8800964355469rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #mw3S9GgnFgrnUNaNmfzBuNalL62oQQym { width:18rem;height:2.5rem;top:38.0625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cwpdroGigmw6901KAOHqKGDmT2rWaua1 { display:block; }
 }@media only screen and (max-width: 763px) { #CCOC8gT6wJkJsCppgAz9cz07eRFEb6FT { width:9.625rem;height:0.9375rem;top:42.125rem;left:8.9375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rz6zeh52g0gMmmHbE3rF6DthmAsI0CAG { display:flex;width:0.625rem;height:0.625rem;top:42.25rem;left:9.0625rem; }
 }@media only screen and (max-width: 763px) { #PUvb7U4xvgigMEC38XvBM1adAT5ZXaRD { width:6.937125rem;height:0.9375rem;top:42.125rem;left:2.5rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAlb87qx4SmyOLDDptqwKo7v7dyUhQHR { display:flex;width:0.6875rem;height:0.6875rem;top:42.25rem;left:2.625rem; }
 }@media only screen and (max-width: 763px) { #UT5NBuO9pgxGAh0SHQlywQOoWUUOQlvE { width:8.75rem;height:0.9375rem;top:40.9375rem;left:5.625rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzNS7WenhIvEhN1U0w1tRrF7VFmfNl45 { display:flex;width:0.7492875rem;height:0.7492875rem;top:41rem;left:5.8125rem; }
 }@media only screen and (max-width: 763px) { #uKgoLSKxb6HQFiLo8LRLVfAegG1uktTs { width:4.24805rem;height:1.57421875rem;top:31.0625rem;left:13.625rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q41tig1so06T451zKnw9zCfuxV2Z9pwv { width:3.99858125rem;height:0;top:56.061787366867rem;left:7.9995261430737rem;font-size:1.5rem;text-align:center;text-align-last:center;z-index:15025;color:#d31219;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #KHitPvcz9DN9fSLEyPMgzL776bAJ9ToK { width:4.24706875rem;height:0.8994125rem;top:32.5625rem;left:13.625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15021;color:rgba(var(--color-primary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #LL2T4wKyPbBVEeGAuvCuoSTdRWiLauBT { width:18.3125rem;height:6.5625rem;top:5.25rem;left:1.5625rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hCAwKSvQkbIgX6Qku36IgUeT8mZ5JsvF { width:0.1875rem;height:6.0625rem;top:5.5rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4FSf2a9UoFT7IzrdSNuJ3Zsn2JD6wKI { width:17.624rem;height:15.624rem;top:21.4375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HCsrrzd7I3cCfHhiVD0who7OAe7WzC0S { width:20rem;height:7.875rem;top:12.625rem;left:0rem;font-size:0.875rem;line-height:1.5;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD { display:block; }#UZZTyBPkQNKENqo1Q7xbAT2iqQe7VcTD > .row .container { width:20rem;height:39.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkSSPZrvXAIFEB4OafdhVAxPWvCCnEhZ { width:17.7495625rem;height:3.25rem;top:3.1763591766358rem;left:1.1241320371627rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-text.counter-number { padding-top:0.405rem;padding-right:0.3425rem;padding-bottom:0.405rem;padding-left:0.3425rem;width:2.0525rem;min-width:2.0525rem;height:2.174375rem;font-size:1.62rem;line-height:34.79px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-left:0;border-right:0;border-bottom:0; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.253125rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.73625rem;height:0.858125rem;font-size:0.6075rem;line-height:13.73px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx { display:flex;width:14.9375rem;height:4.09505rem;top:22.25rem;left:1.6875rem;padding-top:0.865rem;padding-right:0.8275rem;padding-bottom:0.865rem;padding-left:0.8275rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #w3KwQlqTH3I2AKxcIequThC4iVumw0O0 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #AkJTgWa6WLuTLkObfuSMisMu4rMpdopZ {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #JvTGRlOmybvwssRpkX07OIofutbt1x4l {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #ozPNVg3zThShKG1BTPsbMS7cxOPbCE3x { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #IkPWz0B4dPd1U8ITPZ9hcyTDnU0w2CSQ {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #p4EvSPkha1f9AmhsbTyyPdTaapuNlTDT {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #noIEOSbusveX3qn2M4vQcVbJunPc1fCZ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #FJ9ey0hmcgmNAJMJxE9WphHFtJPIX7Ee {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #LmVZ9uFIKD7Cf1mTEUbc6GshQN9Qx2ks {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #ivb7dJloBU4vzFNZJBiL3Enc28QFSu1m { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #b825xePCMEu9MESTRnb4hMsnyJsqFRR5 {  }
 }@media only screen and (max-width: 763px) { #OqR6pa1TMQBHsn16hbPr1q9ABQI71TAx #uMIxPWzGK078Ef4OZ3Cl0bwaZEiATQuw {  }
 }@media only screen and (max-width: 763px) { #RTPKJ4d0BXOwuFzpId09RU7Vm1X8Gp92 { width:8.75rem;height:0.9375rem;top:34.4375rem;left:8.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wVfw36iZPPHiRESM1LiByL4gpZHGlNKN { width:5.625rem;height:0.9375rem;top:34.4375rem;left:2.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XQwO6Rml93bFh8lnprfQbl8qFIvKXZzm { width:8.937rem;height:0.9375rem;top:33.1875rem;left:5.125rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #olvxiIMp5NLAZ1ONCvmt8bGqVMhQUWQ1 { display:flex;width:0.625rem;height:0.625rem;top:34.5625rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #nBLuAgm5TA2HIK3h008hwLR6KcWzB4Lp { display:flex;width:0.6875rem;height:0.6875rem;top:34.5625rem;left:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZbpMcDMI9eVfM8BcGDT2fwwbtdIDpocx { display:flex;width:0.8125rem;height:0.8125rem;top:33.1875rem;left:5.375rem; }
 }@media only screen and (max-width: 763px) { #TT7UuWebdeVnskHltTo4s3u9lwUGh2qi { width:18rem;height:2.8125rem;top:29.625rem;left:1rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vTIE2FMrmv0NPJH5OrfbBgKIX3c8oEoZ { display:block; }
 }@media only screen and (max-width: 763px) { #AvcSKqyGUrv429xCUe4eagrWNNPZgSE2 { width:16.749875rem;height:7.1953125rem;top:8.9069728851319rem;left:1.6232639551162rem;font-size:0.75rem;line-height:1.6;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N4ST2xOs1PBGbDqPv2NThL6Sca9y4ZgA { display:flex;width:4.4375rem;height:4.4375rem;top:27.6875rem;left:14.5625rem; }
 }@media only screen and (max-width: 763px) { #b9iIugdRwCCydN8H2SNvXe4IEoTPQ0MR { display:flex;width:1.81206875rem;height:1.81206875rem;top:7.3574943542481rem;left:1.6861981153488rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #EPhf8GFEmLelol0d9Fmodsg291D9U4N1 { width:17.6875rem;height:6rem;top:15.875rem;left:1.125rem;font-size:1rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vFb9ON3QcmqqFK0Tcbnaxkdi0m3GV5PH { width:19.875rem;height:30rem;top:7.4375rem;left:0rem;background-color:rgba(248,246,243,0.69);background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #CCOG22Kgax5pCcXD9gofVsCUrmZlTx9U { width:18.1875rem;height:1.125rem;top:1.220703125rem;left:0.90625rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UJrX2CwgonTGEFz37T4N26V7E896oLMt { display:block; }#UJrX2CwgonTGEFz37T4N26V7E896oLMt > .row .container { width:20rem;height:99.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HxUPlstcR4cVelz9RuDigWCmeTTmJhpn { width:17.1875rem;height:3.75rem;top:4.25rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eiqHlofpmn5lOh7cqun96WJdPzWILHha { width:18.1865rem;height:1.125rem;top:2.4375rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZqokiXh7BOFLIsGZgmfcNzNlrPgqxegE { width:15.24975rem;height:1.31293125rem;top:14.75rem;left:2.8125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MEvw41y6JKPFVavHeov1wVdrvu9k1LaZ { width:19.6875rem;height:15.9375rem;top:9.7186126708988rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sk5IB28ScWSs8vkZOB0zEFMNsbbMObi7 { width:15.1875rem;height:2.62586875rem;top:33.125rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #P2GTX9sEXKNqxezTiys7ocTeE9O2xUWF { width:13.875rem;height:2.62586875rem;top:50.6875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #l6JT3Oe7rslkcAHcPniyX9FyXX5Numnl { width:15.186875rem;height:3.9375rem;top:68.0625rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;color:rgba(var(--color-secondary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Wit24TJ9yzhpBeydmTAVhQe0pWuvxpn8 { width:13.6875rem;height:2.62586875rem;top:85.6875rem;left:2.375rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #ixIOtIimmtt9BQbS4gQ5C6i9oAV9lMQZ { width:18.75rem;height:11.25rem;top:20.625rem;left:0.625rem;z-index:15019;display:none; }
 }@media only screen and (max-width: 763px) { #TA1xJdhk2Qcm2lvfePV27oZoALXD1Mn0 { width:19.6875rem;height:15.9375rem;top:27.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OkM3wZhzcTRyWnJJfSzMZI01RgOD9Pxq { width:19.68675rem;height:15.9375rem;top:45.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9AQviTV3RT3QO0MfvbMxywyfwaNoZe3 { width:19.875rem;height:15.9375rem;top:62.875rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8vvqnHVBU2EhmffT9HbdcbtRDVX4TRx { width:19.6875rem;height:15.9375rem;top:80.5rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #trw5fqDnDJ4EO0u0qgRR0Sewaoikec72 { display:flex;width:1.9375rem;height:1.6875rem;top:12.249572753906rem;left:2.625rem;font-size:1.375rem; }
 }@media only screen and (max-width: 763px) { #JFs7mWdnqv3CgN5D4uW7wIPuI823gqRs { width:13.75rem;height:2.62586875rem;top:15.374717712403rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #gSvECxt3WHv2EE85GXersqEQFXsc8guD { display:flex;width:1.6875rem;height:1.6875rem;top:29.875rem;left:2.625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #nntGXbTlLkz2dLyHqEddmiVH5vGT35Wc { display:flex;width:1.6875rem;height:1.6875rem;top:47.5rem;left:2.625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #igwWrmVTnunENHLNvhRLNZpnrxGUfC2A { display:flex;width:1.6875rem;height:1.6875rem;top:64.9375rem;left:2.5625rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #iDtPwvIHVx9cEOK6tIgx4JPminTDt95M { display:flex;width:1.6875rem;height:1.6875rem;top:82.75rem;left:2.3125rem;font-size:1.125rem; }
 }@media only screen and (max-width: 763px) { #kapF2Othp9gtR9Pn14CA0l6BaVFRzqTq { width:17.2496875rem;height:3.9375rem;top:19.465420246124rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #dNLpzMKu2RRWHP7lJgEhq92N4MvVt9P4 { width:15.2495625rem;height:5.25rem;top:36.9375rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FMUNmCKyxMw7hGe7SSvE0qEeDooNPkC5 { width:16.3744375rem;height:3.9375rem;top:54.4375rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #VipmAh5XmbaTTKwJr3hPe4ZX4F30xyeZ { width:16.3744375rem;height:3.9375rem;top:73.1875rem;left:2.5625rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BFqENJx1GySmhLd5XxOIJ8TpiJgh4Vlt { width:14.75rem;height:5.25rem;top:89.4375rem;left:2.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB { display:block; }#nCLFFCbg5f9yhhJSAMJ6SckHemdvUdgB > .row .container { width:20rem;height:56.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gJTSw4ILJmcZnx74X5VKqFi1mc4SXipW { width:15rem;height:3.75rem;top:2.7871098518372rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #QPUQRoPkfxcNohVc7UALGc4G11T240d0 { width:9.6875rem;height:0.97511875rem;top:1.3120193481445rem;left:1.25rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aIMcW7PNvzhk8w2mGXKPpU52i9tH9aIQ { width:17.8125rem;height:14.375rem;top:39.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ahOtv3CFKAsLlPB3uPwnlw2Aaf7X4BLW { width:17.8125rem;height:14.375rem;top:23.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #I406v7r4ofyTTUPgtbTMa9IgQamwuwk4 { display:flex;width:2.1875rem;height:2.1875rem;top:25.625rem;left:3.5625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #gl6Qqa9A86q7Tt9DaOG8OCq2igZCv6L1 { display:flex;width:2.625rem;height:2.625rem;top:41.1875rem;left:3.625rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #ETVXRDiEfZ1gHI22OrvsduT1ac9Pn6oz { width:17.875rem;height:14.375rem;top:7.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #q3eH7ZnRdZs7deVnTZKEP3OsPSeHkBw6 { width:12.875rem;height:2.25rem;top:13.25rem;left:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IbXisgq8EpyvdDn17JTla9DRMQhotAIV { display:flex;width:2.4375rem;height:2.4375rem;top:9.6875rem;left:3.5rem;font-size:1.9375rem; }
 }@media only screen and (max-width: 763px) { #LG5TBg3E3aRU3LP2b0lh0ztXG4Fa9k6b { width:14.625rem;height:3.375rem;top:16.8125rem;left:3.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeiMT53gv7vCGPFeXKDp8rAMWfPR8ly9 { width:13.5625rem;height:2.25rem;top:29.125rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #plqHMTOyltpWTfWAHCODoNpPiduypWOw { width:13.9375rem;height:3.375rem;top:32.4375rem;left:3.5625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoS44mHqcsgH5AB4GB2gUVGxKgrwpsoc { width:13.5625rem;height:2.25rem;top:44.75rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #GGWb7ZUV5tymSTqbUS1ZGhCoyAZGqIkQ { width:12.875rem;height:4.5rem;top:47.8125rem;left:3.6875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT { display:block; }#U7P6Xvwy5uGfkzPWVByPgOOtlStRgqHT > .row .container { width:20rem;height:16.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OBUgRQWWH5ZJGNgzr8qkfTCD2HndWOBk { width:19.999rem;height:1.875rem;top:2.224609375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sTWdfv1LKz5Ctpv9bqRJK5sFhWJcTBpN { width:8.6875rem;height:8.6875rem;top:6.1875rem;left:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w23uLXPdO2JmlRfLLCM1WPSTcO2I4Pun { width:5.74941875rem;height:7.999875rem;top:6.5rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9UwybylgGnGoXkxpqyiBgeyyivwk0IW { width:19.99925rem;height:0.9746125rem;top:1.25rem;left:0rem;font-size:0.75rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #T0BymObcpH8NzGpcpRopCeyvSPWhNrpQ { width:9.3125rem;height:9.3125rem;top:6.25rem;left:9.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 { display:block; }#rHuVE3bvckTUG8R87DwFDiNpn7Dxnil5 > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pgNDJrUKIW7iHsAJmsJghhHWQuyWIf3X { width:16.0611875rem;height:1.625rem;top:3.1230487823486rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Z6B1nVom7e5xNF9UFmHzvoAMxX2OcNuJ { width:17.0625rem;height:5.625rem;top:14.5rem;left:2.1875rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #e1wEc7XzikKVl8bA9ipDAVOzAgCX2DMH { width:17.1241875rem;height:1.22540625rem;top:29.0625rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ga7HzPDO78RBn5XRORHW3dxDnTkvPo91 { width:9.0625rem;height:2.625rem;top:30.375rem;left:1.9375rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PpzHxbQqsOQey7A5sFVpBWuB4GsQ83NS { width:0.12434875rem;height:4.0625rem;top:14.6875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B6icrGboBx8sRwbZ5Q6bQzozG3OJkzAP { width:14.0625rem;height:1.125rem;top:1.25rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L2mmxMHAlRTwfJw3Aunw8ArE8W3vZo49 { width:14.375rem;height:5.0625rem;top:28.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EOc02vMs2qc8yLvDTpAC5sXsa91uiNTG { width:9.875rem;height:13.5625rem;top:25.25rem;left:10.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #bnB0TkvTiKkZtfF6vMvvb0aBN9drKFcv { width:18.625rem;height:5.625rem;top:20.353517532349rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #rT4eJbdbnnhvA43s7sbDTAzlL5Ht0N9G { width:16.875rem;height:7.875rem;top:5.4453144073486rem;left:1.259765625rem;font-size:0.75rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv { display:block; }#UhQEnkPcWuqDNGIWLdwpxQWx13non1Dv > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s84xXxqGaFbs76H56VBgXQ8AgaLCLxhH { width:20rem;height:4.9586776859504rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B8yTVFAINd28vqpxZNcqp6eIZJmnhyP9 { width:20rem;height:4.4568245125348rem;top:18.605325rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTirUH9qAflqzpfRxXLVTITbKk3eeMIJ { width:20rem;height:4.297994269341rem;top:7.45804375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZQPIAwZ9eqzXL37T6C2Tb19oSxUVfBM { width:20rem;height:4.9002849002849rem;top:24.31206875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuFG6SGgl7HyK9szrm41dsrUf3Sq5xah { width:20rem;height:4.3502824858757rem;top:13.00564375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RD8VQU1xSeeA5UpTo4a2DQQDGgHRgnfB { width:20rem;height:5.982905982906rem;top:30.46224375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g { display:block; }#spOnON0dTt0AeNkVuZ5Uibrb8z5r1M8g > .row .container { width:20rem;height:51rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HBAoVboyMiXTLvMTG8i5OVnkKFF8nyEh { width:17.2486875rem;height:3.75rem;top:3.5833339691162rem;left:1.25rem;font-size:1.25rem;z-index:15151;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TkOeCUaukIePve4kfID6VrOqWMH9Zp1O { width:17.5rem;height:1.125rem;top:1.937126159668rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kDTIDwGu3nDtRTVNwxhxd8JeuEG1rori { width:18.75rem;height:2.56214375rem;top:43.1875rem;left:0.625rem;font-size:0.875rem;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #AvNSEuGGRDpPQB2WCN52qloeZAUSUlaG { display:block; }
 }@media only screen and (max-width: 763px) { #lzpsSyIc9xr9tWKzNnINTCQa9NNzg847 { width:4.875rem;height:3rem;top:20.4375rem;left:13.6875rem;font-size:2rem;text-align:left;text-align-last:left;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #Dpf5XVT2V3IG69GUOIeZRPcJRFxCxxXd { width:13.9375rem;height:auto;top:24.375rem;left:3rem;font-size:1.75rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #auVgMpnHgtGS8heJK9iuy6RXsnQTObVt { width:9.437125rem;height:0.9375rem;top:46.3125rem;left:6.6875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ynB80zHIh7rh7fzfFPR43Wi8EsVvPFNb { width:7.874625rem;height:0.9375rem;top:47.5rem;left:1.875rem;font-size:0.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TQThNWWAAPB0CiqdkNtmAsanvy0AO88q { display:flex;width:0.7492875rem;height:0.7492875rem;top:47.5625rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Zx0TKuS9DqV8Gpx9lC2AJlUmSBeysbfZ { width:8.37475rem;height:0.9375rem;top:47.5rem;left:9.875rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UMFnPhq7SUJBtLNNxOMKWJiRQLqe4dg0 { display:flex;width:0.625rem;height:0.625rem;top:47.625rem;left:0.875rem; }
 }@media only screen and (max-width: 763px) { #n2hVIS98olOPcqWtPFoewC5TqXBcrDUI { display:flex;width:0.8114375rem;height:0.8114375rem;top:46.375rem;left:5.5625rem; }
 }@media only screen and (max-width: 763px) { #hzWEkgZihTF1yTQknTs1swlRRQ1V0xAk { width:17.4361875rem;height:14.25rem;top:27.25rem;left:1.3125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }#hzWEkgZihTF1yTQknTs1swlRRQ1V0xAk li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_105fed15073cd81509d523e26f603622b1595a09.svg); }
 }@media only screen and (max-width: 763px) { #V84CRpCAGTlqafLt6HEtTWFuPUH0Tqeu { width:4.87239375rem;height:1.6875rem;top:19.5rem;left:13.5625rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15026;color:rgba(var(--color-primary-1),1);display:block; }
 }@media only screen and (max-width: 763px) { #aRCUkTxClMTNnA48Imtelw7DCFSDge8W { width:20rem;height:20rem;top:7.3330078125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #A4Pic7Vxveaat6Z6yU35R75eRO2u2upX { width:4.375rem;height:0;top:82.5625rem;left:15.625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #Sgrq6wiorXg1pEkaDrezRwT6oF569XGT { width:7.1875rem;height:0;top:81.5625rem;left:12.8125rem;font-size:2rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #VVPlONu3aPSV8yogAnPcThrhRxVedx6O { width:5.8125rem;height:0;top:82.4375rem;left:14.1875rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f { display:block; }#k8rW8oBGWI7bdIJ9tm9a4a6vipq5zC0f > .row .container { width:20rem;height:25.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .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; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-heading-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.875rem;color:rgba(var(--color-secondary-2),1); }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-desc-text { line-height:1.5;overflow:hidden;height:auto;font-size:0.75rem; }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM .accordion-trigger { background-image:url("https://icons.assets-landingi.com/icon_e033e09c28296f90578399b59558b2ba12b00c38.svg"); }
#sMOWGsN9WFInB7iqriiVCczqvu3tq9bM { display:flex;height:auto;width:18.49675rem;top:6.9986991882325rem;left:0.75130212306975rem; }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #Sn5xDBOQHGQnHRw3WSQXCGflfg86kgqP {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #hiCvrSlbn4l1FPfnX9pLpiyzDxuvVE3S {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #NhTEetbTTwGTmdsu6iBn7WkgrvT1HCTd {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #DfApdwKem2GXrSdnUqkbnOMo7JZrm3Kf {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #pFlJsbtgfe7D6k7npFgE3qrGT7ooTHAi {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #VElGsCI8vV3QQnOtnzu1zM7EZlhW01cM {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #mmAkPUDwwa7AmwuO071aFsp0NCvETeKC {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #XBvI1si0dsTlXQ68BUqwUaKewzdSn8VH {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #GiFcn8NOn3sO22oET1zA2TzgKcsnaShp {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #GNHg43ymeUmoK50bDqd6FtL8AIhrUxy8 {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #TE5DpwOSd8x88dUe431pWd061sVCB1wc {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #Re14K46WR67a789rgzey2pr9u81V2xhN {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #y7FF486xzzlmnTEIua0y60sSSpNH68NF {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #AgyQfTi0pXO49kBD6Osh8V0ioGFi7TzU {  }
 }@media only screen and (max-width: 763px) { #sMOWGsN9WFInB7iqriiVCczqvu3tq9bM #lxfhdfL6W7TvRZbQzZtJxkCnuRCXigHi {  }
 }@media only screen and (max-width: 763px) { #aUPcBCgr2cftdgy3xVarpmLXS7SKMrqR { width:17rem;height:1.125rem;top:2.1875rem;left:1.25rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #OLe3pR90UJQn5nlPXHndewqseXdPnkFo { width:15.75rem;height:1.875rem;top:4rem;left:1.2500001192093rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XMHSmVK23NTExt2NaREg22atiASLGoxV { display:block; }#XMHSmVK23NTExt2NaREg22atiASLGoxV > .row .container { width:20rem;height:14.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VtmCEs9T91GqMSrC6LLpMqfMuXPDtC6h { width:18.68725rem;height:3.75rem;top:1.249267578125rem;left:0.65538203716275rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eUxEk7ZFP2zHJ3bBdv9JmSLCn5eG7N4D { width:16.0619375rem;height:2.74956875rem;top:10.494647979736rem;left:1.9675928354263rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5b8d6n6weZCkrgywTvwPwUIFfx5ahTg { display:block; }
 }@media only screen and (max-width: 763px) { #asDVrUEphEopHoSl6tsAGsuA6f2ZLLey { width:17.9986875rem;height:3.375rem;top:5.8121948242188rem;left:0.99971067905425rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kqOxNdus9airRyBWsHmyMPKVKOKu05TD { display:block; }#kqOxNdus9airRyBWsHmyMPKVKOKu05TD > .row .container { width:20rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dsmSQDdCFxJgeDhBPmmeq9yZ1XJGFPWs { width:0.9984625rem;height:0.9984625rem;top:1.25rem;left:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxJc48wB3sfFCdkgLBH6f9ScsngdOgE9 { width:18.56rem;height:0.875rem;top:3.4984625rem;left:0.6875rem;text-align:center;text-align-last:center;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrf6uANseeeTiq7tJBsmVuIKrdtgTU3K { width:15.8735625rem;height:1.22540625rem;top:5.62263125rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PlABmhR01yczDT5ZmTuSUg3DO07ilbK9 { width:15.8735625rem;height:1.22540625rem;top:8.0965875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }